blob: be51f6d6316ed5a452e650584862fe82616e1faf [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("//build/zircon/migrated_targets.gni")
zx_library("host") {
host = true
visibility = [ "../*" ]
sources = []
sdk = "source"
sdk_headers = [ "lib/arch/intrin.h" ]
sdk_migrated = true
}