Add visibility for packages/Connectivity tests
The tests are moved from frameworks/base/tests/net to
frameworks/base/packages/Connectivity/tests, so they can be moved to
packages/modules/Connectivity/tests together with the rest of the
module.
Add visibility for the new locations.
Test: m
Bug: 186628461
Merged-In: I53b72fbbc010e71cf8650f462c9d68c8b0824f85
(clean cherry-pick)
Change-Id: I53b72fbbc010e71cf8650f462c9d68c8b0824f85
diff --git a/Android.bp b/Android.bp
index 4681ecd..a0014a6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -235,9 +235,11 @@
static_libs: ["NetworkStackApiStableShims"],
manifest: "AndroidManifestBase.xml",
visibility: [
+ "//frameworks/base/packages/Connectivity/tests/integration",
"//frameworks/base/tests/net/integration",
"//packages/modules/Connectivity/Tethering/tests/integration",
"//packages/modules/Connectivity/tests/cts/net",
+ "//packages/modules/Connectivity/tests/integration",
"//packages/modules/NetworkStack/tests/unit",
"//packages/modules/NetworkStack/tests/integration",
],