From 762b1c10d3d98589ef1f3e0da1f22a095ea6d3e3 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Tue, 15 Feb 2022 16:45:31 +0100 Subject: [PATCH] pstar: set screen size for boot animation --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 6efd953..340b1f0 100644 --- a/device.mk +++ b/device.mk @@ -14,4 +14,8 @@ # limitations under the License. # +# Boot animation +TARGET_SCREEN_HEIGHT := 2400 +TARGET_SCREEN_WIDTH := 1080 + PRODUCT_SHIPPING_API_LEVEL := 30 \ No newline at end of file