summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2021-08-14 06:31:04 +0000
committerXin Li <delphij@google.com>2021-08-14 06:31:04 +0000
commitd3b2f71bea01e39d46032a0726a5cff5cd394e98 (patch)
treebd9b594bba925ceca6f694104d0109c225dc2e3a
parent7972a5f5a232a2fa40ba5c6e5baa032061dbcbe8 (diff)
parent5684435b075d3fd8b58f8ba717ff99990b299233 (diff)
downloadArtPrebuilt-d3b2f71bea01e39d46032a0726a5cff5cd394e98.tar.gz
Merge sc-dev-plus-aosp-without-vendor@7634622temp_sam_202323961
Merged-In: I1a095e8c3049420124baef139edacdfdd5747980 Change-Id: I30b71cd8e60526def44f87137037b965d969834c
-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",