blob: 0d7714293970e0fa8db1be5aff6f743574ab9c94 [file] [log] [blame]
# Copyright 2019 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.
import("$zx_build/public/gn/config/standard.gni")
import("$zx_build/public/gn/zbi.gni")
assert(current_toolchain != default_toolchain)
assert(current_cpu != "")
# IMPORTANT NOTE!
# No new library should be added to the following targets. If you think you need
# to add one, reach out to pylaligand@ and shayba@ first.
# See http://fxbug.dev/36548.
group("ulib") {
testonly = true
deps = [
"$zx/kernel/lib/boot-options",
"c",
"c:crt1",
"zircon",
]
}