matisse-common: Set Bootanimation to half-res
* Faster boot, smoother animation Change-Id: I97f27254474442e3299c7b03ea3180528befa06c
This commit is contained in:
parent
21d7f58b2f
commit
452ccf4a6a
1 changed files with 3 additions and 1 deletions
|
@ -19,9 +19,11 @@
|
|||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-lineage
|
||||
|
||||
# Boot animation
|
||||
# Boot Animation
|
||||
TARGET_SCREEN_HEIGHT := 1280
|
||||
TARGET_SCREEN_WIDTH := 800
|
||||
TARGET_BOOTANIMATION_HALF_RES := true
|
||||
|
||||
|
||||
# Audio
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Reference in a new issue