Skip to content
Snippets Groups Projects
Commit 71cf577d authored by Roland McGrath's avatar Roland McGrath Committed by CQ bot account: commit-bot@chromium.org
Browse files

[zircon][gn] Add missing driver libraries to legacy-aux manifest

Bug: BLD-447 #comment missing libraries
Change-Id: I07b1496df7fca40e673424755971a26156f9dfa4
parent bfb23de2
No related branches found
No related tags found
No related merge requests found
# 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.
# TODO(BLD-353): This is all temporary hacks for integrating with
# the legacy Fuchsia GN build. This file should not exist at all.
group("lib") {
deps = [
"codec-interface",
"simple-audio-stream",
]
}
# 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.
# TODO(BLD-353): This is all temporary hacks for integrating with
# the legacy Fuchsia GN build. This file should not exist at all.
group("lib") {
testonly = true
deps = [
"aaa-mock-mmio-reg",
"amlogic",
"broadcom",
"fake-bti",
"fake_ddk",
"focaltech",
"hi3660",
"mmio",
"mock-gpio",
"mock-hidbus-ifc",
"mock-i2c",
"mock-sdio",
"msm8x53",
"mt8167",
"operation",
"qcom",
"scsi",
"usb",
]
}
......@@ -14,11 +14,8 @@ assert(current_cpu != "")
group("ulib") {
testonly = true
deps = [
"$zx/system/dev/audio/lib/simple-audio-stream",
"$zx/system/dev/lib/broadcom",
"$zx/system/dev/lib/mmio",
"$zx/system/dev/lib/operation",
"$zx/system/dev/lib/usb",
"$zx/system/dev/audio/lib",
"$zx/system/dev/lib",
"$zx/system/fidl/fuchsia-net-stack:c",
"$zx/third_party/ulib",
"async",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment