Adjust visibility for tests

BUG: 167962976
Test: TH
Merged-In: Ic89c084604788b4d41cf854e5015c8ce7791c64d
Change-Id: I12e326167c6fb61a59a919cdd0198ac8f8c84772
This commit is contained in:
Baligh Uddin
2020-11-04 05:06:58 +00:00
parent 43e624246b
commit ebff93159e
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 {