9add63ba7d
Change-Id: I7cfd4cdaf4e3db48e3a970cb103b35986ec290cf
66 lines
1.4 KiB
Makefile
66 lines
1.4 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 \
|
|
lineage_charger_animation_vendor
|
|
endif
|
|
|
|
# Customizations
|
|
PRODUCT_PACKAGES += \
|
|
IconShapePebbleOverlay \
|
|
IconShapeRoundedRectOverlay \
|
|
IconShapeSquareOverlay \
|
|
IconShapeSquircleOverlay \
|
|
IconShapeTaperedRectOverlay \
|
|
IconShapeTeardropOverlay \
|
|
IconShapeVesselOverlay \
|
|
LineageNavigationBarNoHint \
|
|
NavigationBarMode2ButtonOverlay
|
|
|
|
# Media
|
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
|
media.recorder.show_manufacturer_and_model=true
|
|
|
|
# SystemUI plugins
|
|
PRODUCT_PACKAGES += \
|
|
QuickAccessWallet
|