config: Don't dexpreopt prebuilt apps

Pre-optimizing prebuilt Gapps is not needed because they are mostly
updated via Play Store and device will optimize them on install.

Save some space on /product partition and reduce build time.

Signed-off-by: Le Hong Duc <hongducthbk123@gmail.com>
This commit is contained in:
Le Hong Duc
2024-08-18 08:54:52 +07:00
committed by Joey
parent addd0ec34b
commit cbf9fce170

View File

@@ -11,6 +11,9 @@ ifeq ($(WITH_GMS),true)
$(call inherit-product, vendor/google/overlays/ThemeIcons/config.mk)
$(call inherit-product, vendor/pixel-framework/config.mk)
$(call inherit-product, vendor/pixel-style/config/common.mk)
# Don't dexpreopt prebuilts. (For GMS).
DONT_DEXPREOPT_PREBUILTS := true
endif
PRODUCT_BRAND ?= EvolutionX