diff options
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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", |
