aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2021-04-20 03:13:02 +0900
committerJooyung Han <jooyung@google.com>2021-04-20 03:13:02 +0900
commit5338def84d0d062a6980e91fc78da316f968745f (patch)
treeaaa8e1e23fdf29d3e55b37bfaabacacc3c440e7d
parentaa9baca6c580bbe229f169b40610e352ccaad9dc (diff)
downloadlibxml2-5338def84d0d062a6980e91fc78da316f968745f.tar.gz
Make libxml2 available to com.android.virt
libxml2 is used to read apex-info-list.xml by a tool in the com.android.virt apex. Bug: 185069443 Test: MicrodroidTestCase Change-Id: Ib4019f234f1fed2ad5cddb8597001ed93b011d87
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index eebc06a9..30d195d6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -182,6 +182,7 @@ cc_library {
"com.android.art", // used by odrefresh
"com.android.art.debug", // used by odrefreshd
"com.android.runtime", // used by linkerconfig
+ "com.android.virt",
],
min_sdk_version: "apex_inherit",
}