blob: 3861ee0042335fd6c7eac152c9dbcf693c3de5bd [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",
"cksum",
"lz4",
"ngunwind",
"safemath",
]
}