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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user