lineage: Add Android Go specific configs
Trebuchet is also available as a Go version, so modify the existing configs to allow it to be shipped in Android Go enabled devices. Change-Id: I29f203b3fa19bc955976ee6c3da4142a4ab325bf
This commit is contained in:
committed by
Luca Stefani
parent
1f0f73d5e2
commit
f64ce2840c
@@ -25,9 +25,22 @@ PRODUCT_PACKAGES += \
|
||||
Etar \
|
||||
Jelly \
|
||||
Profiles \
|
||||
Seedvault \
|
||||
Seedvault
|
||||
|
||||
ifeq ($(PRODUCT_TYPE), go)
|
||||
PRODUCT_PACKAGES += \
|
||||
TrebuchetQuickStepGo
|
||||
|
||||
PRODUCT_DEXPREOPT_SPEED_APPS += \
|
||||
TrebuchetQuickStepGo
|
||||
else
|
||||
PRODUCT_PACKAGES += \
|
||||
TrebuchetQuickStep
|
||||
|
||||
PRODUCT_DEXPREOPT_SPEED_APPS += \
|
||||
TrebuchetQuickStep
|
||||
endif
|
||||
|
||||
# Accents
|
||||
PRODUCT_PACKAGES += \
|
||||
LineageBlackTheme \
|
||||
|
Reference in New Issue
Block a user