blob: 76bafc5b9ba6c17bb63f293005564baface0281f [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",
"lz4",
"ngunwind",
"safemath",
]
}