From fd30b7ef85ab9677c8b2766c775a2bc5b82485eb Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Tue, 25 Oct 2022 15:37:43 +0100 Subject: Extend the visibility of bouncycastle to all of libcore Required for some blueprint file re-structuring in libcore. Bug: 255273691 Bug: 255275437 Test: m Change-Id: Id5fcff21cf6641adcbab8cafad6d4dc03e25e377 Merged-In: Id5fcff21cf6641adcbab8cafad6d4dc03e25e377 (cherry picked from commit 5437c1f8ce377268472fa93adc65ed1b4ff69bb9) --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index f53d4d5f..e5fb32f6 100644 --- a/Android.bp +++ b/Android.bp @@ -94,7 +94,7 @@ java_library { "//art/build/apex", "//art/build/sdk", "//external/wycheproof", - "//libcore", + "//libcore:__subpackages__", "//packages/modules/ArtPrebuilt", ], apex_available: [ -- cgit v1.2.3