summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2020-04-03 15:37:24 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-03 15:37:24 +0000
commit94dda2944db054fe89bdcfd64e6cd0e05942335f (patch)
treef36fa5e8bee3ba378d3672a374ebb21084c35c2e
parent068ada767c295d9b040641db0d8ff8cf5c9c5a6e (diff)
parent8c1d6eb45ade7d8dcc9c1228fa6a2c33c2ad2ea4 (diff)
downloadapache-xml-94dda2944db054fe89bdcfd64e6cd0e05942335f.tar.gz
Merge "Remove testdex version." am: e01c2851a1 am: 8c1d6eb45a
Change-Id: If7d1dcb20679d73cedf44e361790298abbeff990
-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",
-}