Files
vendor_strix/config/common_mobile.mk
Michael Bestas 8c26f9b069 Remove color font and icon overlays
These are not used anymore with the new theming

Change-Id: Iacb086f9dacc36fca5c9a9dedcbd2b2ba4f86e6e
2021-10-12 17:52:14 +03:00

59 lines
1.1 KiB
Makefile

# Inherit common mobile Lineage stuff
$(call inherit-product, vendor/lineage/config/common.mk)
# Default notification/alarm sounds
PRODUCT_PRODUCT_PROPERTIES += \
ro.config.notification_sound=Argon.ogg \
ro.config.alarm_alert=Hassium.ogg
# Apps
PRODUCT_PACKAGES += \
Backgrounds \
Eleven \
Etar \
ExactCalculator \
Jelly \
Profiles \
Seedvault
ifneq ($(TARGET_EXCLUDES_AUDIOFX),true)
PRODUCT_PACKAGES += \
AudioFX
endif
ifeq ($(PRODUCT_TYPE), go)
PRODUCT_PACKAGES += \
TrebuchetQuickStepGo
PRODUCT_DEXPREOPT_SPEED_APPS += \
TrebuchetQuickStepGo
else
PRODUCT_PACKAGES += \
TrebuchetQuickStep
PRODUCT_DEXPREOPT_SPEED_APPS += \
TrebuchetQuickStep
endif
# Charger
PRODUCT_PACKAGES += \
charger_res_images
ifneq ($(WITH_LINEAGE_CHARGER),false)
PRODUCT_PACKAGES += \
lineage_charger_animation
endif
# Customizations
PRODUCT_PACKAGES += \
LineageNavigationBarNoHint \
NavigationBarMode2ButtonOverlay
# Media
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
media.recorder.show_manufacturer_and_model=true
# SystemUI plugins
PRODUCT_PACKAGES += \
QuickAccessWallet