summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2020-06-09 17:20:55 -0700
committerDan Willemsen <dwillemsen@google.com>2020-06-09 17:20:55 -0700
commit6e7338fcc4ad7b7cb87ece41d1eeebfa7a7fce6e (patch)
tree85ad5598892928755a972f5a34b939e841536aed /Android.bp
parent075d121232c1bb3f940a8aedd26a42923c9058a8 (diff)
downloadbouncycastle-6e7338fcc4ad7b7cb87ece41d1eeebfa7a7fce6e.tar.gz
Fix visibility rules now that Make supports visibility checks
Previously, Soong visibility rules did not affect Make modules. Now these checks have been implemented in: https://android-review.googlesource.com/c/platform/build/+/1324454 So this fixes the visibility rules to include modules that were previously using bouncycastle-unbundled. Bug: 158599308 Test: treehugger Change-Id: Ib230fc465aba498522523495e6255ccc8d6a9c52
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 184d23bb..d86d8727 100644
--- a/Android.bp
+++ b/Android.bp
@@ -101,6 +101,7 @@ unbundled_visibility = [
"//frameworks/opt/net/wifi/tests/wifitests",
"//libcore",
"//system/extras/verity",
+ "//vendor:__subpackages__",
]
// A bouncycastle library in the original org.bouncycastle package for use