summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2021-05-11 15:11:53 +0000
committerRemi NGUYEN VAN <reminv@google.com>2021-05-11 15:15:18 +0000
commitc73cb6ce502eaa68a42552e69e9947b81c6beb77 (patch)
treedaf45d522673930ba2a90970d64295962b9ce13e
parentf2ec5d302db2eadf0969012f0d5ac79d6a0e7e23 (diff)
downloadbouncycastle-c73cb6ce502eaa68a42552e69e9947b81c6beb77.tar.gz
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 Change-Id: I2609e140fb4130c7d5bcfc206342811450d50037
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 43c1c675..aefddc2c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -119,11 +119,13 @@ java_library {
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,