Merge "Move apache-xml to compiling against core-all"
am: b5964b9a5d

Change-Id: I1ae5651ab52e317899015f5db91829fd3c184bf1
diff --git a/Android.bp b/Android.bp
index ed16ca2..ddcebd0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -34,9 +34,6 @@
     },
 
     no_standard_libs: true,
-    libs: [
-        "core-oj",
-        "core-libart",
-    ],
-    system_modules: "core-system-modules",
+    libs: ["core-all"],
+    system_modules: "core-all-system-modules",
 }