blob: b2f06dd15df6ee50ae76ee55ad71aa843759d39f [file] [log] [blame]
# Inherit common Bliss stuff
$(call inherit-product, vendor/bliss/config/common.mk)
# Include Bliss audio files
include vendor/bliss/config/bliss_audio.mk
# Default notification/alarm sounds
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.notification_sound=Argon.ogg \
ro.config.alarm_alert=Helium.ogg
ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
PRODUCT_COPY_FILES += \
vendor/bliss/prebuilt/common/bootanimation/800.zip:system/media/bootanimation.zip
endif