| # 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 | |
| } |