summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-10-19 08:58:16 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-19 08:58:16 -0700
commitab156f0289272d2d7ab9492d5eb592c22966c651 (patch)
treeb9b5784e6cc182b14959cf8896ab79d4b675ef85
parent5283637347ff1d8ed4b3a39e189706c51242640f (diff)
parent5399aeb7bc0022c840e691362e3a141dcb9be08b (diff)
downloadapache-xml-ab156f0289272d2d7ab9492d5eb592c22966c651.tar.gz
Merge "Move apache-xml to compiling against core-all" am: b5964b9a5d am: 30cf3a0808
am: 5399aeb7bc Change-Id: I15e49e4f6c78ee63b62e395adc66823f6ff15ceb
-rw-r--r--Android.bp7
1 files changed, 2 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index ed16ca2..ddcebd0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -34,9 +34,6 @@ java_library {
},
no_standard_libs: true,
- libs: [
- "core-oj",
- "core-libart",
- ],
- system_modules: "core-system-modules",
+ libs: ["core-all"],
+ system_modules: "core-all-system-modules",
}