blob: 8261bae87784fd910e90be19e9d903faf99c2676 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
import("$zx_build/public/gn/migrated_targets.gni")
zx_library("arm64") {
kernel = true
host = true
static = true
visibility = [ "../*" ]
sources = []
sdk = "source"
sdk_headers = [
"lib/arch/asm.h",
"lib/arch/intrin.h",
"lib/arch/ticks.h",
]
sdk_migrated = true
}