c25cb50f0a
- Playa for ringtone - Regulus for notifications Change-Id: Ic4c3a99a6919b7dc7bebe5e4715ae3614c0d9713
15 lines
356 B
Makefile
15 lines
356 B
Makefile
# Inherit common CM stuff
|
|
$(call inherit-product, vendor/cyanogen/products/common.mk)
|
|
|
|
# Bring in all audio files
|
|
include frameworks/base/data/sounds/AllAudio.mk
|
|
|
|
# Theme packages
|
|
include vendor/cyanogen/products/themes.mk
|
|
|
|
# Default ringtone
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.config.ringtone=Playa.ogg \
|
|
ro.config.notification_sound=regulus.ogg
|
|
|