Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83a586ed authored by Abhisek Devkota's avatar Abhisek Devkota Committed by Gerrit Code Review
Browse files

Merge "Add half-resolution boot animations for low-end devices" into cm-11.0

parents dc9a8e41 367e6483
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -29,8 +29,12 @@ $(eval TARGET_BOOTANIMATION_NAME := $(shell \
endef
$(foreach size,$(bootanimation_sizes), $(call check_and_set_bootanimation,$(size)))

ifeq ($(TARGET_BOOTANIMATION_HALF_RES),true)
PRODUCT_BOOTANIMATION := vendor/cm/prebuilt/common/bootanimation/halfres/$(TARGET_BOOTANIMATION_NAME).zip
else
PRODUCT_BOOTANIMATION := vendor/cm/prebuilt/common/bootanimation/$(TARGET_BOOTANIMATION_NAME).zip
endif
endif

ifdef CM_NIGHTLY
PRODUCT_PROPERTY_OVERRIDES += \
+341 KiB

File added.

No diff preview for this file type.

+495 KiB

File added.

No diff preview for this file type.

+570 KiB

File added.

No diff preview for this file type.

+798 KiB

File added.

No diff preview for this file type.

Loading