From e349c2d502f70aa23de199c772b2adb0454a9173 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Thu, 17 Dec 2020 17:57:19 +0000 Subject: Add visibilities for boot jars in prebuilt ART APEXes. Necessary for https://r.android.com/1531910. Test: m nothing Bug: 171061220 Change-Id: Ib5eae3da943ad51b53734dd9d0fbb5617bdaefdc --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index 70b02e1..38ce82a 100644 --- a/Android.bp +++ b/Android.bp @@ -31,7 +31,9 @@ java_library { name: "apache-xml", visibility: [ "//art/build/apex", + "//art/build/sdk", "//libcore", + "//packages/modules/ArtPrebuilt", ], apex_available: [ "com.android.art", -- cgit v1.2.3