Skip to content

Commit 87eb7da

Browse files
gilhooleydCQ Bot
authored andcommitted
[BUILD] Remove direct deps from devmgr-launcher
Tests should be depending on devmgr-integration-test or driver-integration-test rather than on this library directly Change-Id: Iab171692c3a05d2b0845cbe21a6ecf32e65856be Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/578241 Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com> Fuchsia-Auto-Submit: David Gilhooley <dgilhooley@google.com> Reviewed-by: Suraj Malhotra <surajmalhotra@google.com>
1 parent f4c5e5f commit 87eb7da

File tree

1 file changed

+0
-2
lines changed
  • src/lib/storage/ramdevice_client/cpp

1 file changed

+0
-2
lines changed

src/lib/storage/ramdevice_client/cpp/BUILD.gn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ shared_library("ramdevice-client") {
3434
"//zircon/public/lib/fbl",
3535
"//zircon/public/lib/zx",
3636
"//zircon/system/ulib/devmgr-integration-test",
37-
"//zircon/system/ulib/devmgr-launcher",
3837
"//zircon/system/ulib/driver-integration-test:driver-integration-test-static",
3938
"//zircon/system/ulib/fdio-caller",
4039
"//zircon/system/ulib/fzl",
@@ -69,7 +68,6 @@ static_library("ramdevice-client-static") {
6968
"//zircon/public/lib/fbl",
7069
"//zircon/public/lib/zx",
7170
"//zircon/system/ulib/devmgr-integration-test",
72-
"//zircon/system/ulib/devmgr-launcher",
7371
"//zircon/system/ulib/driver-integration-test:driver-integration-test-static",
7472
"//zircon/system/ulib/fdio-caller",
7573
"//zircon/system/ulib/fzl",

0 commit comments

Comments
 (0)