Merge "Remove testdex version." am: e01c2851a1

Change-Id: I8cd24665bac677701d4146248fdbcf213a21bad8
diff --git a/Android.bp b/Android.bp
index e909fd2..bb70cb1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,21 +49,3 @@
     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",
-}