Files
vendor_strix/config/common_mobile.mk
Bruno Martins a4c44269e7 config: Move TrebuchetOverlay to common_mobile
Trebuchet is added to PRODUCT_PACKAGES in common_mobile makefile,
so place it there because it's useless to include it on ATV targets.

Change-Id: Ia6235f6ac0eede86e2fd8979c50bda3fa2e06615
2023-10-03 23:19:29 +01:00

97 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
PRODUCT_PACKAGES += \
TrebuchetOverlay
# 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