Tom Marshall | dd3a17f | 2016-06-09 12:04:59 -0700 | [diff] [blame] | 1 | # Inherit common CM stuff |
2 | $(call inherit-product, vendor/cm/config/common.mk) | ||||
3 | |||||
4 | PRODUCT_SIZE := mini | ||||
5 | |||||
6 | # Include CM audio files | ||||
7 | include vendor/cm/config/cm_audio.mk | ||||
8 | |||||
9 | # Default notification/alarm sounds | ||||
10 | PRODUCT_PROPERTY_OVERRIDES += \ | ||||
11 | ro.config.notification_sound=Argon.ogg \ | ||||
12 | ro.config.alarm_alert=Helium.ogg | ||||
13 |