| # 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 = [] |
| } |