summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Murphy <murj@google.com>2019-12-19 01:06:51 +0000
committerJoseph Murphy <murj@google.com>2019-12-19 01:06:51 +0000
commit241f1c14a67ed038648c824d100e8166d8dc05a4 (patch)
tree86a3aa3d8cd51378cb20417f0f0775e9cc747b5f
parent0c35ae7a3b91525c2325744a5e48944ac882f784 (diff)
downloadapache-xml-241f1c14a67ed038648c824d100e8166d8dc05a4.tar.gz
Revert submission 1191937-art_apex_available
Original Commit Message: """ Rename modules that are APEX-only The renamed modules are only available for APEXes, but not for the platform. Use the <module_name>.<apex_name> syntax to correctly install the APEX variant of the modules. """ Reason for revert: Build Cop - Breaks about 15 AOSP targets, with high confidence due to these changes being the only non-robot changes in those builds. Reverted Changes: I190ce2d10:Use apex_available property I990e0a67e:Use apex_available property I0d1295683:Revert "Avoid duplicated classes for boot dex jars... I5fb725403:Find the jar libraries in APEX from the correct pa... I322b1efcc:Rename modules that are APEX-only Ifa2bd0f8f:Use apex_available property Iac6533177:Use apex_available property Ie999602c6:Use apex_available property I2a3d73397:Use apex_available property Ic91bcbb9a:Use apex_available property Ia6c324eed:Use apex_available property I964d0125c:Use apex_available property Change-Id: Icaf95d260bc674fc2cc2fc22bdaa99e7ecce03fa
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index e909fd2..398e957 100644
--- a/Android.bp
+++ b/Android.bp
@@ -33,10 +33,6 @@ java_library {
"//art/build/apex",
"//libcore",
],
- apex_available: [
- "com.android.art.release",
- "com.android.art.debug",
- ],
srcs: ["src/main/java/**/*.java"],
java_resource_dirs: ["src/main/java"],