b9409b1336
* Deneb.ogg was removed in a recent commit. Replace it with Argon.ogg which sounds exactly the same. Change-Id: I8194ca5c9990dd80bbf07ed89965d4bf0b8070b6
18 lines
556 B
Makefile
18 lines
556 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
|
|
|
|
# BT config
|
|
PRODUCT_COPY_FILES += \
|
|
system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf
|
|
|
|
ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/cm/prebuilt/common/bootanimation/800.zip:system/media/bootanimation.zip
|
|
endif
|