summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorDaniel Bateman <jetison.24@gmail.com>2012-08-19 02:21:11 -0500
committerDaniel Bateman <jetison.24@gmail.com>2012-08-19 02:21:11 -0500
commite3e54b3b5246a2129c1a0f0540ee2b39906495e9 (patch)
tree7e3899f7fc36e4592fdc5b0bdaef3b726f123ede /BoardConfigCommon.mk
parentb50b05e4ef8ae74f52b79ccbfe616d3da23ef1bd (diff)
downloaddevice_samsung_aries-common-e3e54b3b5246a2129c1a0f0540ee2b39906495e9.zip
device_samsung_aries-common-e3e54b3b5246a2129c1a0f0540ee2b39906495e9.tar.gz
device_samsung_aries-common-e3e54b3b5246a2129c1a0f0540ee2b39906495e9.tar.bz2
aries-common: Better boot animation performance
Fixes the freezes during bootup and betters the performance. Moved over from vibrantmtd, cause this will probably benefit the rest too. Change-Id: Ie4e0ef432dc2c209acad2cde57c2210385e4abcb
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index e4c9b3d..b3325fe 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -95,6 +95,11 @@ BOARD_CUSTOM_GRAPHICS := ../../../device/samsung/aries-common/recovery/graphics.
BOARD_USES_BML_OVER_MTD := true
BOARD_CUSTOM_BOOTIMG_MK := device/samsung/aries-common/shbootimg.mk
+# Boot Animation
+TARGET_BOOTANIMATION_PRELOAD := true
+TARGET_BOOTANIMATION_TEXTURE_CACHE := true
+TARGET_BOOTANIMATION_USE_RGB565 := true
+
# SkTextBox for libtvout
BOARD_USES_SKTEXTBOX := true