Merge "Fix visibility rule for tethering." into mainline-prod

This commit is contained in:
TreeHugger Robot
2020-11-05 04:31:44 +00:00
committed by Android (Google) Code Review

View File

@@ -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 {