aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas B <skate4life@gmx.de>2014-02-18 01:16:08 +0100
committerAndreas B <skate4life@gmx.de>2014-02-18 23:31:35 +0100
commit32b945a2820b926aae031b690495fcb48cfdb687 (patch)
tree4fe737ff123b80297a2d5085716dde8e1a5399cf
parentfd274fe47b14cc1d18dd19174d97fd765f7cf95f (diff)
downloaddevice_samsung_espresso3g-32b945a2820b926aae031b690495fcb48cfdb687.zip
device_samsung_espresso3g-32b945a2820b926aae031b690495fcb48cfdb687.tar.gz
device_samsung_espresso3g-32b945a2820b926aae031b690495fcb48cfdb687.tar.bz2
P51XX: Fix "stop-and-go" boot animation
TARGET_BOOTANIMATION_USE_RGB565 := true will smooth boot animation and fix stopping all the time. Change-Id: Iba27b0eab59889ee50447556094a29592308fe97
-rw-r--r--BoardConfigCommon.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 56998dd..5b909be 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -47,7 +47,10 @@ BOARD_FLASH_BLOCK_SIZE := 4096
# Egl
BOARD_EGL_CFG := device/samsung/p5100/configs/egl.cfg
USE_OPENGL_RENDERER := true
+
+# Boot Animation
TARGET_BOOTANIMATION_PRELOAD := true
+TARGET_BOOTANIMATION_USE_RGB565 := true
# Camera
COMMON_GLOBAL_CFLAGS += -DDISABLE_HW_ID_MATCH_CHECK