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