1# Copyright 2023 The Hafnium Authors.
2#
3# Use of this source code is governed by a BSD-style
4# license that can be found in the LICENSE file or at
5# https://opensource.org/licenses/BSD-3-Clause.
6
7import("//build/image/image.gni")
8
9source_set("exception_handler") {
10  testonly = true
11  public_configs = [ "//test/hftest:hftest_config" ]
12  sources = [ "exception_handler.c" ]
13  include_dirs = [ "//src/arch/aarch64" ]
14}
15