summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2020-12-17 17:57:19 +0000
committerMartin Stjernholm <mast@google.com>2020-12-17 19:34:43 +0000
commite349c2d502f70aa23de199c772b2adb0454a9173 (patch)
tree0a1a43230bc496c88c01fa14eb5b17df16780e00
parent28699590b7b48484c4aabb5c0131429e27a3742d (diff)
downloadapache-xml-e349c2d502f70aa23de199c772b2adb0454a9173.tar.gz
Add visibilities for boot jars in prebuilt ART APEXes.
Necessary for https://r.android.com/1531910. Test: m nothing Bug: 171061220 Change-Id: Ib5eae3da943ad51b53734dd9d0fbb5617bdaefdc
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
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",