Files
vendor_strix/config/common_mobile.mk
Chirayu Desai 5ae7551a20 Revert "config: Build NavigationBarMode2ButtonOverlay"
This reverts commit a461d3228d.

Reason for revert: It's finally broken!

Issue: calyxos#1548
Change-Id: Id9c79102d66feb7beddb9b3914387a1678bf0d83
2023-03-21 18:21:22 +02:00

79 lines
1.6 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 += \
Aperture \
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
# Media
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
media.recorder.show_manufacturer_and_model=true
# SystemUI plugins
PRODUCT_PACKAGES += \
QuickAccessWallet
# Themes
PRODUCT_PACKAGES += \
LineageBlackTheme \
LineageThemesStub \
ThemePicker