Commit 546ac9c7 authored by Cesar's avatar Cesar Committed by fire855
Browse files

bootanimation: Filter and use proper resolution by device SCREEN_WIDTH

parent 3d84bda2
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -147,8 +147,14 @@ PRODUCT_PACKAGES += \
    Eleven

# Bootanimation
ifneq ($(filter 720,$(TARGET_SCREEN_WIDTH)),)
    PRODUCT_COPY_FILES += \
    vendor/mad/prebuilt/bootanimation/bootanimation.zip:system/media/bootanimation.zip
        vendor/mad/prebuilt/bootanimation/720p.zip:system/media/bootanimation.zip
endif
ifneq ($(filter 1080,$(TARGET_SCREEN_WIDTH)),)
    PRODUCT_COPY_FILES += \
        vendor/mad/prebuilt/bootanimation/1080p.zip:system/media/bootanimation.zip
endif

PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0

+3.02 MiB

File added.

No diff preview for this file type.