summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-06 01:08:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-06 01:08:53 +0000
commit07c5f98b13ab492dc24f3a9f38f9667f673da32c (patch)
tree59b6e5b89890f5dbfe1f6602b53e17ab3d642289
parentb52ed643a62a62b4ec312b3ec5faa1339062293c (diff)
parentd1b8749c72abd1232518ecc7bbb05b0059357ee3 (diff)
downloadplatform_packages_modules_ArtPrebuilt-android12-tests-release.tar.gz
platform_packages_modules_ArtPrebuilt-android12-tests-release.tar.bz2
platform_packages_modules_ArtPrebuilt-android12-tests-release.zip
Change-Id: I3d8ebd05dd1da00ea261c1e11077a391a5f20bbc
-rw-r--r--Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index fc39d89..9be2d10 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,6 +22,14 @@ prebuilt_apex {
prebuilt_apex {
name: "com.android.art",
+
+ // TODO(b/192006406): There is currently no good way to control which
+ // prebuilt APEX (com.google.android.art or com.android.art) gets picked for
+ // deapexing to provide dex jars for hiddenapi and dexpreopting. Instead the
+ // AOSP APEX is completely disabled, and we build from source for AOSP
+ // products.
+ enabled: false,
+
arch: {
arm: {
src: "com.android.art-arm.apex",