fe54eb8bd4
Change-Id: Iadff7b73615fcb7d09922db29b771393f4d0d6e6
15 lines
361 B
Makefile
15 lines
361 B
Makefile
# Inherit common CM stuff
|
|
$(call inherit-product, vendor/cm/config/common.mk)
|
|
|
|
# Bring in all audio files
|
|
include frameworks/base/data/sounds/AllAudio.mk
|
|
|
|
# Default ringtone
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.config.ringtone=Playa.ogg \
|
|
ro.config.notification_sound=regulus.ogg \
|
|
ro.config.alarm_alert=Alarm_Beep_03.ogg
|
|
|
|
PRODUCT_PACKAGES += \
|
|
Mms
|