From: ivanmeler Date: Wed, 9 Feb 2022 11:42:08 +0000 (+0000) Subject: Set boot anim res to half res and correct its size X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0bb0503d41c2a090173c262e23262b619c0ac7f8;p=GitHub%2Fexynos8895%2Fandroid_device_samsung_universal8895-common.git Set boot anim res to half res and correct its size --- 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