From 9adbf805703ba2c5713f9275692998ff3b769f39 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Sat, 12 Nov 2016 15:48:17 -0700 Subject: [PATCH] beyond2lte: Set TARGET_BOOTANIMATION_HALF_RES to true * No apparent resolution difference * Much smoother animation * Much faster boot * What's not to like? Change-Id: I2119fe826146a3103da50b4862ad88f5950a97ec --- lineage_beyond2lte.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/lineage_beyond2lte.mk b/lineage_beyond2lte.mk index a3002a7..6638d59 100644 --- a/lineage_beyond2lte.mk +++ b/lineage_beyond2lte.mk @@ -28,6 +28,7 @@ TARGET_HAVE_FOD := true $(call inherit-product, device/samsung/beyond2lte/device.mk) ## Boot Animation +TARGET_BOOTANIMATION_HALF_RES := true TARGET_SCREEN_HEIGHT := 3040 TARGET_SCREEN_WIDTH := 1440