9fe4b928be
Tablets want MMS too (carriers send messages, etc), lets make this for any device inherenting telephony.mk Change-Id: Ida0e86d1f4d982580cef72816f93f88d0b0313e4
16 lines
494 B
Makefile
16 lines
494 B
Makefile
# Inherit common CM stuff
|
|
$(call inherit-product, vendor/cm/config/common_full.mk)
|
|
|
|
# Default ringtone
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.config.ringtone=Orion.ogg \
|
|
ro.config.notification_sound=Argon.ogg \
|
|
ro.config.alarm_alert=Hassium.ogg
|
|
|
|
ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cm/prebuilt/common/bootanimation/480.zip:system/media/bootanimation.zip
|
|
endif
|
|
|
|
$(call inherit-product, vendor/cm/config/telephony.mk)
|