From 897dfe531f5328a947388fd83c552650c0925135 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Fri, 3 Apr 2020 14:32:13 +0100 Subject: Remove testdex version. Unused anymore. Test: m Change-Id: Iffc2db2c7968069e9c36fb7e9b8826de90604a5a --- Android.bp | 18 ------------------ 1 file changed, 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", -} -- cgit v1.2.3