blob: d25cf84a89b264835a3bc0d6066a5716f2870efb [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.
group("ulib") {
# Only the things //:all-ulib needs to reach for //:legacy-$cpu need to be
# listed here. That is, library() targets with `sdk` set.
deps = [
"backtrace",
"boringssl",
"cksum",
"lz4",
"ngunwind",
"safemath",
"zstd",
]
}