aboutsummaryrefslogtreecommitdiff
path: root/pairing_connection/Android.bp
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2020-10-18 15:09:52 +0000
committerBaligh Uddin <baligh@google.com>2020-10-18 15:12:29 +0000
commit95e0367ee54d51759f29123694405c9bfa361928 (patch)
tree44f59f2d14ec169cb55750cd7dafaf547a1f12fd /pairing_connection/Android.bp
parent04ef69641a66fc2924a0210e30f34bee69533072 (diff)
downloadadb-95e0367ee54d51759f29123694405c9bfa361928.tar.gz
Migrate system/core/adb to packages/modules/adb
Adding new path to visibility rule, as b/170958306 prevents adding new changes to a project being introduced in the same topic. We need to do this ahead of the migration and then cleanup after the migration is complete. BUG: 167963357 Test: TH Change-Id: Id02e4ea3a6d387bad7b2dbd5d0a38f662d0254fc
Diffstat (limited to 'pairing_connection/Android.bp')
-rw-r--r--pairing_connection/Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/pairing_connection/Android.bp b/pairing_connection/Android.bp
index 9595511b..18868859 100644
--- a/pairing_connection/Android.bp
+++ b/pairing_connection/Android.bp
@@ -39,8 +39,9 @@ cc_defaults {
visibility: [
"//art:__subpackages__",
- "//system/core/adb:__subpackages__",
"//frameworks/base/services:__subpackages__",
+ "//packages/modules/adb:__subpackages__",
+ "//system/core/adb:__subpackages__",
// This needs to be visible to minadbd, even though it's removed via exclude_shared_libs.
"//bootable/recovery/minadbd:__subpackages__",
@@ -129,8 +130,9 @@ cc_defaults {
visibility: [
"//art:__subpackages__",
- "//system/core/adb:__subpackages__",
"//frameworks/base/services:__subpackages__",
+ "//packages/modules/adb:__subpackages__",
+ "//system/core/adb:__subpackages__",
],
recovery_available: false,