summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-10-19 10:19:24 +0100
committerNeil Fuller <nfuller@google.com>2018-10-19 10:19:24 +0100
commit8d8b897e3a523daca24fd2f79bde4e573f3cf623 (patch)
treeb9b5784e6cc182b14959cf8896ab79d4b675ef85
parentee12f9694a34c874ceb637a1e5db485160da66b0 (diff)
downloadapache-xml-8d8b897e3a523daca24fd2f79bde4e573f3cf623.tar.gz
Move apache-xml to compiling against core-all
apache-xml is part of "core library" so for consistency compile it against core-all like the other parts. It can then be included in the core-system-modules definition. Bug: 113148576 Test: build Change-Id: I41d3b21b4892498f2d65dd39f6116df9751e7bf6
-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",
}