summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2020-04-03 15:16:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-03 15:16:45 +0000
commit8c1d6eb45ade7d8dcc9c1228fa6a2c33c2ad2ea4 (patch)
treef36fa5e8bee3ba378d3672a374ebb21084c35c2e
parent95e1a12154051ee0aa624e784b5d2f1f4b2bd9f1 (diff)
parente01c2851a13f8bd07bfc80c439a1bc67e584dc6a (diff)
downloadapache-xml-8c1d6eb45ade7d8dcc9c1228fa6a2c33c2ad2ea4.tar.gz
Merge "Remove testdex version." am: e01c2851a1
Change-Id: I8cd24665bac677701d4146248fdbcf213a21bad8
-rw-r--r--Android.bp18
1 files changed, 0 insertions, 18 deletions
diff --git a/Android.bp b/Android.bp
index e909fd2..bb70cb1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,21 +49,3 @@ java_library {
sdk_version: "none",
system_modules: "core-all-system-modules",
}
-
-// A guaranteed unstripped version of apache-xml for use on device.
-// The build system may or may not strip the apache-xml jar, but this one will
-// not be stripped. See b/24535627.
-java_library {
- name: "apache-xml-testdex",
- visibility: [
- "//art:__subpackages__",
- ],
- static_libs: ["apache-xml"],
-
- installable: true,
- dex_preopt: {
- enabled: false,
- },
-
- sdk_version: "core_platform",
-}