blob: ab22b40ed86db4d72c52228709f9dc7ada434cc3 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# When a library needs to be built both by the Zircon and Fuchsia builds,
# its directory may contain a BUILD.gn and a BUILD.zircon.gn that are
# symlinked together. This ensures they stay in sync easily.
#
# Such build files will import "//build/zircon/migrated_targets.gni"
# to ensure that the definitions of zx_library(), zx_host_tool() and other
# templates and global variables are properly defined.
#
# This file is what is imported by the Fuchsia build. For the Zircon build,
# the corresponding file was in //zircon/public/gn/migrated_targets.gni
#
import("//build/unification/global_variables.gni")
import("//build/unification/zx_host_tool.gni")
import("//build/unification/zx_library.gni")