From 13a2597e2c5730a5a3f54aefd0ebb09e0e7516d2 Mon Sep 17 00:00:00 2001 From: Shirayuki39 Date: Thu, 29 Aug 2024 16:16:56 +0800 Subject: [PATCH] LG8n: Define Screen Width and Height for Boot Animation Co-authored-by: dodyirawan85 Signed-off-by: Shirayuki39 --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 7d0649c..5b1dfe6 100644 --- a/device.mk +++ b/device.mk @@ -11,6 +11,10 @@ KERNEL_PATH := $(DEVICE_PATH)-kernel PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xxhdpi +# Boot animation +TARGET_SCREEN_HEIGHT := 2400 +TARGET_SCREEN_WIDTH := 1080 + # Overlays PRODUCT_PACKAGES += \ CarrierConfigOverlay \