From 6a9c9cfad6e09127a07faba24916ee0de228263c Mon Sep 17 00:00:00 2001 From: Dario Trombello Date: Tue, 24 Mar 2020 20:46:30 +0000 Subject: [PATCH] a3xelte: Correct bootanimation height to 1280px Change-Id: I99da1ffcb84aa8de25b7fc26639aaf060f2f2a74 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index b5f1913..b7f3839 100644 --- a/device.mk +++ b/device.mk @@ -26,7 +26,7 @@ PRODUCT_COPY_FILES += \ # Boot animation TARGET_BOOTANIMATION_PRELOAD := true TARGET_BOOTANIMATION_TEXTURE_CACHE := true -TARGET_SCREEN_HEIGHT := 1080 +TARGET_SCREEN_HEIGHT := 1280 TARGET_SCREEN_WIDTH := 720 # Bluetooth -- 2.20.1