Add visibility rules for cts migration am: 661ae3923d am: c2ca22b5a9 am: 4a74a0788b

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

Change-Id: Ifeda005dab54b3f5ec2ee1466e3b5ffc26407e1a
This commit is contained in:
Baligh Uddin
2020-11-04 10:30:39 +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 {