| # Inherit common mobile Bliss stuff |
| $(call inherit-product, vendor/bliss/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 |
| |
| # Charger |
| PRODUCT_PACKAGES += \ |
| charger_res_images |
| |
| # Customizations |
| PRODUCT_PACKAGES += \ |
| IconShapeSquareOverlay \ |
| LineageNavigationBarNoHint \ |
| NavigationBarMode2ButtonOverlay |
| |
| # Media |
| PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ |
| media.recorder.show_manufacturer_and_model=true |
| |
| # SystemUI plugins |
| PRODUCT_PACKAGES += \ |
| QuickAccessWallet |