commit | ebff93159e75b72159af040954c16a5ce001ac15 | [log] [tgz] |
---|---|---|
author | Baligh Uddin <baligh@google.com> | Wed Nov 04 05:06:58 2020 +0000 |
committer | Baligh Uddin <baligh@google.com> | Wed Nov 04 05:06:58 2020 +0000 |
tree | 601e5743922764383bec26c3a26215989fbf5f60 | |
parent | 43e624246bd7a09e6ac8612ca192c3dbeaa7c00b [diff] |
Adjust visibility for tests BUG: 167962976 Test: TH Merged-In: Ic89c084604788b4d41cf854e5015c8ce7791c64d Change-Id: I12e326167c6fb61a59a919cdd0198ac8f8c84772
diff --git a/Tethering/tests/integration/Android.bp b/Tethering/tests/integration/Android.bp index 5765c01..42f83bf 100644 --- a/Tethering/tests/integration/Android.bp +++ b/Tethering/tests/integration/Android.bp
@@ -43,7 +43,10 @@ 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 {