summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2020-04-03 16:23:46 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-03 16:23:46 +0000
commitb5a5260a718ef885abf23fde7f3a21e8504db69a (patch)
treef36fa5e8bee3ba378d3672a374ebb21084c35c2e
parent068ada767c295d9b040641db0d8ff8cf5c9c5a6e (diff)
parentbf8249d7498e5151b2829ba2c2c8485f07a72d9b (diff)
downloadapache-xml-b5a5260a718ef885abf23fde7f3a21e8504db69a.tar.gz
Merge "Remove testdex version." am: e01c2851a1 am: 8c1d6eb45a am: 94dda2944d am: bf8249d749
Change-Id: I9a6bb9fa94e355c63ac1c9930f0454e0ea16dd27
-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",
-}