Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f64ce284 authored by Bruno Martins's avatar Bruno Martins Committed by Luca Stefani
Browse files

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
parent 1f0f73d5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -183,8 +183,7 @@ endif

# Dex preopt
PRODUCT_DEXPREOPT_SPEED_APPS += \
    SystemUI \
    TrebuchetQuickStep
    SystemUI

PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay
DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/common
+5 −0
Original line number Diff line number Diff line
# Set Lineage specific identifier for Android Go enabled products
PRODUCT_TYPE := go

# Inherit full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
+5 −0
Original line number Diff line number Diff line
# Set Lineage specific identifier for Android Go enabled products
PRODUCT_TYPE := go

# Inherit mini common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mini_phone.mk)
+14 −1
Original line number Diff line number Diff line
@@ -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 \