Add visibility rules for cts migration am: 661ae3923d

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/12984519

Change-Id: Ia8a1b074496bd7c5b4c127fe8dc476d54f63d414
This commit is contained in:
Baligh Uddin
2020-11-04 10:06:12 +00:00
committed by Automerger Merge Worker
2 changed files with 8 additions and 2 deletions

View File

@@ -43,7 +43,10 @@ android_library {
name: "TetheringIntegrationTestsLib",
platform_apis: true,
defaults: ["TetheringIntegrationTestsDefaults"],
visibility: ["//cts/tests/tests/tethering"]
visibility: [
"//cts/tests/tests/tethering",
"//packages/modules/Connectivity/tests/cts/tethering",
]
}
android_test {

View File

@@ -31,7 +31,10 @@ java_library {
"framework-minus-apex",
"framework-tethering.impl",
],
visibility: ["//cts/tests/tests/tethering"],
visibility: [
"//cts/tests/tests/tethering",
"//packages/modules/Connectivity/tests/cts/tethering",
],
}
java_defaults {