diff options
| author | Nolen Johnson <johnsonnolen@gmail.com> | 2019-03-21 05:49:04 +0000 |
|---|---|---|
| committer | Nolen Johnson <johnsonnolen@gmail.com> | 2019-03-29 04:02:17 +0100 |
| commit | cd9f6707d460c1a08cf8becfae19f39e88c32884 (patch) | |
| tree | fcf553f3d6b6cf9ff69d14421e517b713344bc89 | |
| parent | 049f789ffbe29ca55b89d0f3aec1219f19728f66 (diff) | |
shamu: Don't DexPreOpt Prebuilts
* This lets full OpenGApps fit fine when built in, and has little effect
on first boot (most our apps are source built).
Change-Id: Id56708240f18fcd082a43561a0bba1da1f974d67
| -rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index e70cfe1c..4602aa41 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -54,6 +54,7 @@ BOARD_CHARGER_ENABLE_SUSPEND := true ifeq ($(HOST_OS),linux) ifneq ($(TARGET_BUILD_VARIANT),eng) ifeq ($(WITH_DEXPREOPT),) + DONT_DEXPREOPT_PREBUILTS := true WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY := false WITH_DEXPREOPT := true endif |
