summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2020-03-26 08:37:40 +0000
committerPaul Duffin <paulduffin@google.com>2020-10-13 18:38:47 +0100
commitcbd8309ed1bf5462074db8db22cd6f7da13a735a (patch)
tree6bef42c1046a084e5e8d04134762ff8090c4de1f /Android.bp
parentff2c7ffe37e1ae7f6f024ddf64e097d357221d91 (diff)
downloadbouncycastle-cbd8309ed1bf5462074db8db22cd6f7da13a735a.tar.gz
Allow modules to be added to ART sdk
Test: m nothing Change-Id: Ife1488751aa399b7c192b103a3c1b43164f5934a
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp7
1 files changed, 5 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index d61d3db6..47e02eb0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -166,7 +166,7 @@ java_library_host {
static_libs: ["bouncycastle-unbundled"],
}
-// Bouncycastle subset for use by platform/packages/modules/IPsec project.
+// Bouncycastle subset for use by frameworks/opt/net/ike project.
//
// Avoids including the whole of bouncycastle_unbundled in ike.
//
@@ -174,7 +174,10 @@ java_library_host {
// legacy authentication methods.
java_library {
name: "bouncycastle_ike_digests",
- visibility: ["//packages/modules/IPsec"],
+ visibility: [
+ "//art/build/sdk",
+ "//packages/modules/IPsec",
+ ],
apex_available: [
"com.android.ipsec",
"test_com.android.ipsec",