summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-09-27 18:30:46 +0100
committerNeil Fuller <nfuller@google.com>2018-10-09 17:09:58 +0100
commit452ed05220a8254bf894a0b9b531aa0e75090cab (patch)
tree3ef849b4e9d310fd091d34dee1bf417a41550625 /Android.bp
parentad4d3315d4ee4c97b7d3903c31c8c10039943a24 (diff)
downloadapache-xml-452ed05220a8254bf894a0b9b531aa0e75090cab.tar.gz
Build apache-xml explicitly against core internals
Explicitly build apache-xml against core-* libs it needs so that we can change the default behavior to use stubs. Test: build Change-Id: I4d7e595c68f809b1e76b3991e951e9355bd6f8ec
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp8
1 files changed, 7 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 1189a31..ed16ca2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,5 +32,11 @@ java_library {
errorprone: {
javacflags: ["-Xep:MissingOverride:OFF"],
},
- no_framework_libs: true,
+
+ no_standard_libs: true,
+ libs: [
+ "core-oj",
+ "core-libart",
+ ],
+ system_modules: "core-system-modules",
}