summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Moore <sethmo@google.com>2021-09-20 13:13:18 -0700
committerSeth Moore <sethmo@google.com>2021-09-21 17:10:23 +0000
commit42fcb85e453960fcec1086623d860f1b0fa182ca (patch)
treef5797813f033f8ab01b59362df6ce9e39dc93204
parent452b16b342b5b79d2acfc7d18286b50c7e2ea85a (diff)
downloadbouncycastle-42fcb85e453960fcec1086623d860f1b0fa182ca.tar.gz
Add identity cred utils to unbundled_visibility
Allow //system/security/identity/util to link against Bouncy Castle as it needs access to ASN.1 classes that are not exported via SPI. Test: n/a Change-Id: Ie46c974cc1b028fa0ce8ac6b945194392c74c5c3
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index aefddc2c..5606fb40 100644
--- a/Android.bp
+++ b/Android.bp
@@ -157,6 +157,7 @@ unbundled_visibility = [
"//packages/modules/Wifi/service/tests/wifitests",
"//libcore",
"//system/extras/verity",
+ "//system/security/identity/util",
"//tools/security/remote_provisioning/attestation_testing",
"//vendor:__subpackages__",
]