summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-07-10 09:08:40 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-07-10 09:08:40 -0700
commitd129e1daf125e6ef2ea832ce39302879a375bbd7 (patch)
tree9bef2f16cf952c601759c6c00ff71937e1d3bc93
parenta570cf90a18840ad5a98105ea6a0efb55e1f8cb9 (diff)
parentba96a46edd4eff356db808309fc4c41656a2fb89 (diff)
downloadapache-xml-d129e1daf125e6ef2ea832ce39302879a375bbd7.tar.gz
Merge "Mark installable jars with installable: true"android-o-mr1-iot-release-1.0.4android-o-mr1-iot-release-1.0.3
am: ba96a46edd Change-Id: I3641e7247131ece6882aed8dc6d8b8251135a86a
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ef27605..d4e2a9b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,6 +16,7 @@
java_library {
name: "apache-xml",
+ installable: true,
hostdex: true,
no_framework_libs: true,
srcs: ["src/main/java/**/*.java"],