From 458617d999a16ee08cd836c927f5112f21f97b2c Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Sat, 12 Nov 2016 15:48:17 -0700 Subject: [PATCH] klte-common: 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 --- klte.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/klte.mk b/klte.mk index ee50909..eb7d1d7 100644 --- a/klte.mk +++ b/klte.mk @@ -32,6 +32,7 @@ PRODUCT_AAPT_PREF_CONFIG := xxhdpi # Boot animation TARGET_SCREEN_HEIGHT := 1920 TARGET_SCREEN_WIDTH := 1080 +TARGET_BOOTANIMATION_HALF_RES := true $(call inherit-product, frameworks/native/build/phone-xxhdpi-2048-dalvik-heap.mk)