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.

Ignore-AOSP-First: Needs manual cherry-picks
Test: m
Bug: 186628461
Change-Id: I53b72fbbc010e71cf8650f462c9d68c8b0824f85
diff --git a/Android.bp b/Android.bp
index a0ca937..a0241f0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -228,9 +228,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",
     ],