aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Guanti <albertoguanti@gmail.com>2015-08-31 04:26:59 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-08-31 04:29:00 -0700
commitacf7ad866a66c43b06445a5fa9f00274a366e173 (patch)
treed6159835e9cf92a72f5b889f0c3d1e40b4190eb7
parent6b9dd0bf2d95d9eee0b57c85bc415816fb863b8c (diff)
i9500: BoardConfig.mk: speed-up boot animation rendering
This reverts commit 009316a674738e6eba72d3c2ba37179720ea3bdf Change-Id: Idb33bcb6c5916f7db4d28c639c7ae676d656d49d
-rw-r--r--BoardConfig.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 0907386..2c21339 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -56,6 +56,11 @@ BOARD_BLUEDROID_VENDOR_CONF := $(LOCAL_PATH)/bluetooth/libbt_vndcfg.txt
BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_BCM := true
+# Boot animation
+TARGET_BOOTANIMATION_PRELOAD := true
+TARGET_BOOTANIMATION_TEXTURE_CACHE := true
+TARGET_BOOTANIMATION_HALF_RES := true
+
# Camera
BOARD_NEEDS_MEMORYHEAPION := true
BOARD_USE_ANB_OUTBUF_SHARE := true