Merge "Fix visibility rule for tethering." into mainline-prod
This commit is contained in:
committed by
Android (Google) Code Review
commit
48a4360c11
@@ -44,7 +44,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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user