Fix visibility rule for tethering.
BUG: 167962976 Test: TH Merged-In: I64ae039794c33ac907adace6941b2986f3def8af Change-Id: I8f5b76642483ada00657d8d358fbf15a446dd41f
This commit is contained in:
@@ -44,7 +44,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 {
|
||||
|
||||
Reference in New Issue
Block a user