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:
parent
b44f79b615
commit
458617d999
1 changed files with 1 additions and 0 deletions
1
klte.mk
1
klte.mk
|
@ -32,6 +32,7 @@ PRODUCT_AAPT_PREF_CONFIG := xxhdpi
|
||||||
# Boot animation
|
# Boot animation
|
||||||
TARGET_SCREEN_HEIGHT := 1920
|
TARGET_SCREEN_HEIGHT := 1920
|
||||||
TARGET_SCREEN_WIDTH := 1080
|
TARGET_SCREEN_WIDTH := 1080
|
||||||
|
TARGET_BOOTANIMATION_HALF_RES := true
|
||||||
|
|
||||||
$(call inherit-product, frameworks/native/build/phone-xxhdpi-2048-dalvik-heap.mk)
|
$(call inherit-product, frameworks/native/build/phone-xxhdpi-2048-dalvik-heap.mk)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue