Dark Eyes | 4345054 | 2015-12-11 22:15:28 -0500 | [diff] [blame] | 1 | # Inherit common Bliss stuff |
| 2 | $(call inherit-product, vendor/bliss/config/common_full.mk) |
Brandon McAnsh | 60051ef | 2015-05-27 01:27:08 -0400 | [diff] [blame] | 3 | |
| 4 | # Default notification/alarm sounds |
| 5 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 6 | ro.config.notification_sound=Argon.ogg \ |
| 7 | ro.config.alarm_alert=Helium.ogg |
| 8 | |
| 9 | ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space)) |
| 10 | PRODUCT_COPY_FILES += \ |
Dark Eyes | 4345054 | 2015-12-11 22:15:28 -0500 | [diff] [blame] | 11 | vendor/bliss/prebuilt/common/bootanimation/800.zip:system/media/bootanimation.zip |
Brandon McAnsh | 60051ef | 2015-05-27 01:27:08 -0400 | [diff] [blame] | 12 | endif |