summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2020-04-03 14:32:13 +0100
committerNicolas Geoffray <ngeoffray@google.com>2020-04-03 14:32:13 +0100
commit897dfe531f5328a947388fd83c552650c0925135 (patch)
treef36fa5e8bee3ba378d3672a374ebb21084c35c2e
parent95e1a12154051ee0aa624e784b5d2f1f4b2bd9f1 (diff)
downloadapache-xml-897dfe531f5328a947388fd83c552650c0925135.tar.gz
Remove testdex version.
Unused anymore. Test: m Change-Id: Iffc2db2c7968069e9c36fb7e9b8826de90604a5a
-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",
-}