bb993175c1
This reverts commit 755d713ebe
.
Change-Id: I6f676df2b9b7f18d2461ddb05fa141a8c49cc5f8
65 lines
1.3 KiB
Makefile
65 lines
1.3 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 += \
|
|
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
|