da5e531ac3
* Fixed regression in Trebuchet
This reverts commit 5ae7551a20
.
Change-Id: I46a0d1d9bd25f20b333c51a76d96e5c695895983
93 lines
2.3 KiB
Makefile
93 lines
2.3 KiB
Makefile
# Inherit common mobile Lineage stuff
|
|
$(call inherit-product, vendor/lineage/config/common.mk)
|
|
|
|
# Include AOSP audio files
|
|
include vendor/lineage/config/aosp_audio.mk
|
|
|
|
# Include Lineage audio files
|
|
include vendor/lineage/config/lineage_audio.mk
|
|
|
|
# Default notification/alarm sounds
|
|
PRODUCT_PRODUCT_PROPERTIES += \
|
|
ro.config.notification_sound=Argon.ogg \
|
|
ro.config.alarm_alert=Hassium.ogg
|
|
|
|
# Apps
|
|
PRODUCT_PACKAGES += \
|
|
Backgrounds \
|
|
ExactCalculator \
|
|
Jelly
|
|
|
|
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 += \
|
|
IconPackCircularAndroidOverlay \
|
|
IconPackCircularLauncherOverlay \
|
|
IconPackCircularSettingsOverlay \
|
|
IconPackCircularSystemUIOverlay \
|
|
IconPackFilledAndroidOverlay \
|
|
IconPackFilledLauncherOverlay \
|
|
IconPackFilledSettingsOverlay \
|
|
IconPackFilledSystemUIOverlay \
|
|
IconPackKaiAndroidOverlay \
|
|
IconPackKaiLauncherOverlay \
|
|
IconPackKaiSettingsOverlay \
|
|
IconPackKaiSystemUIOverlay \
|
|
IconPackRoundedAndroidOverlay \
|
|
IconPackRoundedLauncherOverlay \
|
|
IconPackRoundedSettingsOverlay \
|
|
IconPackRoundedSystemUIOverlay \
|
|
IconPackSamAndroidOverlay \
|
|
IconPackSamLauncherOverlay \
|
|
IconPackSamSettingsOverlay \
|
|
IconPackSamSystemUIOverlay \
|
|
IconPackVictorAndroidOverlay \
|
|
IconPackVictorLauncherOverlay \
|
|
IconPackVictorSettingsOverlay \
|
|
IconPackVictorSystemUIOverlay \
|
|
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
|
|
|
|
# Themes
|
|
PRODUCT_PACKAGES += \
|
|
LineageBlackTheme \
|
|
ThemePicker \
|
|
ThemesStub
|