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
This commit is contained in:
Kevin F. Haggerty 2016-11-12 15:48:17 -07:00
parent b44f79b615
commit 458617d999
1 changed files with 1 additions and 0 deletions

View File

@ -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)