blob: ae3119335de9223113ac9a27634159c3b5091e64 [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 = [
"boringssl",
"cksum",
"linenoise",
"lz4",
"ngunwind",
"safemath",
"zstd",
]
}