Merge "Disable dexpreopt for aosp_riscv64" am: ee254eca0f am: 18a94331ca am: 0b41384361

Original change: https://android-review.googlesource.com/c/platform/build/+/2450642

Change-Id: I2d8752f49a121ea407167d87466142dae806a780
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Ulya Trofimovich
2023-02-27 13:29:54 +00:00
committed by Automerger Merge Worker
3 changed files with 10 additions and 4 deletions

View File

@@ -26,3 +26,6 @@ include build/make/target/board/BoardConfigGsiCommon.mk
# Temporary hack while prebuilt modules are missing riscv64.
ALLOW_MISSING_DEPENDENCIES := true
# Temporary until dex2oat works when targeting riscv64
WITH_DEXPREOPT := false