diff options
author | Nolen Johnson <johnsonnolen@gmail.com> | 2018-06-18 23:29:17 -0400 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-09-26 15:22:06 +0200 |
commit | da35741c1331acde9b285712414464af44fcac96 (patch) | |
tree | 5ac956095aa5995d341c2eb42407e4fa6a6a7f5a /msm8996.mk | |
parent | 328f127ce63c669c955b67d00c96f73a63e12164 (diff) |
msm8996-common: Set Bootanimation to half-res
* Faster boot, smoother animation
Change-Id: I97f27254474442e3299c7b03ea3180528befa06c
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ PRODUCT_AAPT_PREF_CONFIG := xxhdpi # Boot animation TARGET_SCREEN_HEIGHT := 1920 TARGET_SCREEN_WIDTH := 1080 +TARGET_BOOTANIMATION_HALF_RES := true # Permissions PRODUCT_COPY_FILES += \ |