Adjust visibility for tests
BUG: 167962976 Test: TH Merged-In: Ic89c084604788b4d41cf854e5015c8ce7791c64d Change-Id: I12e326167c6fb61a59a919cdd0198ac8f8c84772
This commit is contained in:
@@ -43,7 +43,10 @@ android_library {
|
|||||||
name: "TetheringIntegrationTestsLib",
|
name: "TetheringIntegrationTestsLib",
|
||||||
platform_apis: true,
|
platform_apis: true,
|
||||||
defaults: ["TetheringIntegrationTestsDefaults"],
|
defaults: ["TetheringIntegrationTestsDefaults"],
|
||||||
visibility: ["//cts/tests/tests/tethering"]
|
visibility: [
|
||||||
|
"//cts/tests/tests/tethering",
|
||||||
|
"//packages/modules/Connectivity/tests/cts/tethering",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
android_test {
|
android_test {
|
||||||
|
|||||||
@@ -31,7 +31,10 @@ java_library {
|
|||||||
"framework-minus-apex",
|
"framework-minus-apex",
|
||||||
"framework-tethering.impl",
|
"framework-tethering.impl",
|
||||||
],
|
],
|
||||||
visibility: ["//cts/tests/tests/tethering"],
|
visibility: [
|
||||||
|
"//cts/tests/tests/tethering",
|
||||||
|
"//packages/modules/Connectivity/tests/cts/tethering",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
java_defaults {
|
java_defaults {
|
||||||
|
|||||||
Reference in New Issue
Block a user