From 0bb0503d41c2a090173c262e23262b619c0ac7f8 Mon Sep 17 00:00:00 2001 From: ivanmeler Date: Wed, 9 Feb 2022 11:42:08 +0000 Subject: [PATCH] Set boot anim res to half res and correct its size --- device-common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device-common.mk b/device-common.mk index e581db2..56b9d28 100644 --- a/device-common.mk +++ b/device-common.mk @@ -61,9 +61,10 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt # Boot animation +TARGET_BOOTANIMATION_HALF_RES := true TARGET_BOOTANIMATION_PRELOAD := true TARGET_BOOTANIMATION_TEXTURE_CACHE := true -TARGET_SCREEN_HEIGHT := 2560 +TARGET_SCREEN_HEIGHT := 2960 TARGET_SCREEN_WIDTH := 1440 # Graphics -- 2.20.1