Jackeagle | d6811aa | 2019-09-24 08:26:40 +0200 | [diff] [blame] | 1 | # Inherit common mobile Bliss stuff |
| 2 | $(call inherit-product, vendor/bliss/config/common.mk) |
Aaron Kling | 8926990 | 2020-02-22 01:25:46 -0600 | [diff] [blame] | 3 | |
| 4 | # Default notification/alarm sounds |
LuK1337 | 8746721 | 2020-06-24 17:14:42 +0200 | [diff] [blame] | 5 | PRODUCT_PRODUCT_PROPERTIES += \ |
Aaron Kling | 8926990 | 2020-02-22 01:25:46 -0600 | [diff] [blame] | 6 | ro.config.notification_sound=Argon.ogg \ |
| 7 | ro.config.alarm_alert=Hassium.ogg |
| 8 | |
| 9 | ifneq ($(TARGET_BUILD_VARIANT),user) |
| 10 | # Thank you, please drive thru! |
| 11 | PRODUCT_SYSTEM_DEFAULT_PROPERTIES += persist.sys.dun.override=0 |
| 12 | endif |
| 13 | |
Aaron Kling | 8926990 | 2020-02-22 01:25:46 -0600 | [diff] [blame] | 14 | # Charger |
| 15 | PRODUCT_PACKAGES += \ |
| 16 | charger_res_images |
| 17 | |
| 18 | # Custom off-mode charger |
Jackeagle | d6811aa | 2019-09-24 08:26:40 +0200 | [diff] [blame] | 19 | ifeq ($(WITH_BLISS_CHARGER),true) |
Aaron Kling | 8926990 | 2020-02-22 01:25:46 -0600 | [diff] [blame] | 20 | PRODUCT_PACKAGES += \ |
Jackeagle | d6811aa | 2019-09-24 08:26:40 +0200 | [diff] [blame] | 21 | bliss_charger_res_images \ |
Aaron Kling | 8926990 | 2020-02-22 01:25:46 -0600 | [diff] [blame] | 22 | font_log.png \ |
Jackeagle | d6811aa | 2019-09-24 08:26:40 +0200 | [diff] [blame] | 23 | libhealthd.bliss |
Aaron Kling | 8926990 | 2020-02-22 01:25:46 -0600 | [diff] [blame] | 24 | endif |
| 25 | |
Jesse Chan | 3e7d232 | 2020-05-19 14:03:05 +0800 | [diff] [blame] | 26 | # Customizations |
| 27 | PRODUCT_PACKAGES += \ |
| 28 | LineageNavigationBarNoHint |
| 29 | |
Aaron Kling | 8926990 | 2020-02-22 01:25:46 -0600 | [diff] [blame] | 30 | # Media |
| 31 | PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ |
| 32 | media.recorder.show_manufacturer_and_model=true |