summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorMax Bires <jbires@google.com>2020-06-24 02:21:54 -0700
committerMax Bires <jbires@google.com>2020-08-24 00:34:30 -0700
commit16ee09368f61a2d5aebcd3f00074b6a2d8ed333f (patch)
treebfcc50e251ee58c1642c8eae095e4dfccd0ca2c0 /Android.bp
parentc251ff6d1435c4556858fe2410e27798f14c6103 (diff)
downloadbouncycastle-16ee09368f61a2d5aebcd3f00074b6a2d8ed333f.tar.gz
Adding a filepath to unbundled_visibility
A testing tool being added to //tools/security/ requires the bouncy castle library. In order to be included in the libraries of that build file, the visibility must be expanded. Test: Build is successful Change-Id: I5df74486ee67b5c4b8d3f829b6e286414f7ad015
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 d86d8727..d61d3db6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -101,6 +101,7 @@ unbundled_visibility = [
"//frameworks/opt/net/wifi/tests/wifitests",
"//libcore",
"//system/extras/verity",
+ "//tools/security/remote_provisioning/attestation_testing",
"//vendor:__subpackages__",
]