blob: a1f974e45ccb60d85d8573632615806cd8a9dd17 [file] [log] [blame]
# 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
PRODUCT_PACKAGES += \
Mms
# BT config
PRODUCT_COPY_FILES += \
system/bluetooth/data/main.conf:system/etc/bluetooth/main.conf
ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
PRODUCT_COPY_FILES += \
vendor/cm/prebuilt/common/bootanimation/480.zip:system/media/bootanimation.zip
endif