Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d557368 authored by Kevin F. Haggerty's avatar Kevin F. Haggerty Committed by voron00
Browse files

mako: 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
parent 56cd95cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 768
TARGET_BOOTANIMATION_HALF_RES := true

# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_mini_phone.mk)