blob: fd7539826bf12c50533f5c6cdc714b3f46c2c77a [file]
# 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 = [
"c",
"c:crt1",
"zircon",
]
}