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.mk) |
Brandon McAnsh | 60051ef | 2015-05-27 01:27:08 -0400 | [diff] [blame] | 3 | |
Dark Eyes | 4345054 | 2015-12-11 22:15:28 -0500 | [diff] [blame] | 4 | # Include Bliss audio files |
| 5 | include vendor/bliss/config/bliss_audio.mk |
Brandon McAnsh | 60051ef | 2015-05-27 01:27:08 -0400 | [diff] [blame] | 6 | |
| 7 | # Default notification/alarm sounds |
| 8 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 9 | ro.config.notification_sound=Argon.ogg \ |
| 10 | ro.config.alarm_alert=Helium.ogg |
| 11 | |
| 12 | ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space)) |
| 13 | PRODUCT_COPY_FILES += \ |
Dark Eyes | 4345054 | 2015-12-11 22:15:28 -0500 | [diff] [blame] | 14 | vendor/bliss/prebuilt/common/bootanimation/800.zip:system/media/bootanimation.zip |
Brandon McAnsh | 60051ef | 2015-05-27 01:27:08 -0400 | [diff] [blame] | 15 | endif |