blob: 9e4a8b430d87317ae87bb2203e1816f17db92e1c [file] [log] [blame]
# Copyright 2020 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.
# TODO(70426) Remove this once third_party projects have been updated to
# depend on //zircon/system/ulib/zx directly instead.
group("zx") {
public_deps = [ "//zircon/system/ulib/zx" ]
visibility = [
"//third_party/android/device/generic/goldfish-opengl:*",
"//third_party/crashpad/src/third_party/fuchsia:*",
"//third_party/github.com/ARM-software/*:*",
"//third_party/imgtec-pvr-rgx-km:*",
"//third_party/openssh-portable:*",
"//third_party/openweave-core/src/*:*",
]
}