From 44cbfe92c10fbfb2d6b4fc6c55b2503008af0461 Mon Sep 17 00:00:00 2001 From: Baligh Uddin Date: Thu, 5 Nov 2020 02:08:39 +0000 Subject: [PATCH] Fix visibility rule for tethering. BUG: 167962976 Test: TH Merged-In: I64ae039794c33ac907adace6941b2986f3def8af Change-Id: I8f5b76642483ada00657d8d358fbf15a446dd41f --- Tethering/tests/integration/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Tethering/tests/integration/Android.bp b/Tethering/tests/integration/Android.bp index ed69b7d63c..e0009ddc1c 100644 --- a/Tethering/tests/integration/Android.bp +++ b/Tethering/tests/integration/Android.bp @@ -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 {