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: I2609e140fb4130c7d5bcfc206342811450d50037
(clean cherry-pick)
Change-Id: I2609e140fb4130c7d5bcfc206342811450d50037
diff --git a/Android.bp b/Android.bp
index 43c1c67..aefddc2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -119,11 +119,13 @@
java_library {
name: "bouncycastle-repackaged-unbundled",
visibility: [
- "//cts/tests/libcore/wycheproof-bc",
+ "//cts/tests/libcore/wycheproof-bc",
"//external/sl4a/Common",
"//external/wycheproof",
"//frameworks/base",
+ "//frameworks/base/packages/Connectivity/tests/unit",
"//frameworks/base/tests/net",
+ "//packages/modules/Connectivity/tests/unit",
],
defaults: ["bouncycastle-defaults"],
installable: true,