Files
vendor_strix/config/common_mobile.mk
Bruno Martins 1f0f73d5e2 common_mobile: Don't forcibly ship optional AOSP packages
This was added in commit 8926990 for no apparent reason. Let's not
forcibly include these packages in every build, because most phones
already inherit from AOSP's full_base_telephony.mk anyway.

Change-Id: Ib7986b7f7edd58a7043c793e6ba566d3dcf5a2a6
2020-12-03 15:49:26 +01:00

58 lines
1.2 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
ifneq ($(TARGET_BUILD_VARIANT),user)
# Thank you, please drive thru!
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += persist.sys.dun.override=0
endif
# AOSP packages
PRODUCT_PACKAGES += \
Email \
ExactCalculator \
Exchange2
# Lineage packages
PRODUCT_PACKAGES += \
AudioFX \
Backgrounds \
Eleven \
Etar \
Jelly \
Profiles \
Seedvault \
TrebuchetQuickStep
# Accents
PRODUCT_PACKAGES += \
LineageBlackTheme \
LineageBlackAccent \
LineageBlueAccent \
LineageBrownAccent \
LineageCyanAccent \
LineageGreenAccent \
LineageOrangeAccent \
LineagePinkAccent \
LineagePurpleAccent \
LineageRedAccent \
LineageYellowAccent
# Charger
PRODUCT_PACKAGES += \
charger_res_images
# Customizations
PRODUCT_PACKAGES += \
IconShapeSquareOverlay \
LineageNavigationBarNoHint \
NavigationBarMode2ButtonOverlay
# Media
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
media.recorder.show_manufacturer_and_model=true