1133431f0a
This reverts commit 083fc458f8
.
Change-Id: I08ba1993c3fb14ede9355caea9ecb7b35f75debd
14 lines
438 B
Makefile
14 lines
438 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/800.zip:system/media/bootanimation.zip
|
|
endif
|