From c900f9536bdd96c8cdb3ceedf28b1f9231c748fc Mon Sep 17 00:00:00 2001 From: Robert Burns Date: Wed, 15 Aug 2012 12:10:55 -0400 Subject: Utilize RGB565 for better bootanimation experience Change-Id: Iad22e5da6d72255cdf91d4263d79a9013cbc22d6 --- BoardConfigCommon.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 18712d0..1bf3e27 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -17,6 +17,11 @@ # Product-specific compile-time definitions. # +# Boot Animation +TARGET_BOOTANIMATION_PRELOAD := true +TARGET_BOOTANIMATION_TEXTURE_CACHE := true +TARGET_BOOTANIMATION_USE_RGB565 := true + TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi -- cgit v1.1