db2438bad5
Change-Id: I4e63dc4d608ed79c36c6757b2ffbfc76cd3634e6
26 lines
749 B
Makefile
26 lines
749 B
Makefile
# Inherit common CM stuff
|
|
$(call inherit-product, vendor/cm/config/common.mk)
|
|
|
|
# Bring in all audio files
|
|
include frameworks/base/data/sounds/NewAudio.mk
|
|
|
|
# Extra Ringtones
|
|
include frameworks/base/data/sounds/AudioPackageNewWave.mk
|
|
|
|
# Bring in all video files
|
|
$(call inherit-product, frameworks/base/data/videos/VideoPackage2.mk)
|
|
|
|
# Include CM audio files
|
|
include vendor/cm/config/cm_audio.mk
|
|
|
|
# Default ringtone
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.config.ringtone=CyanTone.ogg \
|
|
ro.config.notification_sound=CyanMessage.ogg \
|
|
ro.config.alarm_alert=CyanAlarm.ogg
|
|
|
|
ifeq ($(TARGET_BOOTANIMATION_NAME),)
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cm/prebuilt/common/bootanimation/horizontal-1280x800.zip:system/media/bootanimation.zip
|
|
endif
|