summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-10-12 15:46:51 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-12 15:46:51 -0700
commit5283637347ff1d8ed4b3a39e189706c51242640f (patch)
tree3ef849b4e9d310fd091d34dee1bf417a41550625
parent4832bd63d7557d7296838da6b82bda50050ff3d4 (diff)
parentd908438af3dbd4a94b9eec7b196103bd2075f32d (diff)
downloadapache-xml-5283637347ff1d8ed4b3a39e189706c51242640f.tar.gz
Merge "Build apache-xml explicitly against core internals" am: ee12f9694a am: 749d756e0b
am: d908438af3 Change-Id: I7ba77b0aeb838d4a7e0744b641a08d5fbf55c57e
-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",
}