From cbd8309ed1bf5462074db8db22cd6f7da13a735a Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Thu, 26 Mar 2020 08:37:40 +0000 Subject: Allow modules to be added to ART sdk Test: m nothing Change-Id: Ife1488751aa399b7c192b103a3c1b43164f5934a --- Android.bp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Android.bp') 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", -- cgit v1.2.3