diff options
author | Robert Burns <burnsra@gmail.com> | 2012-08-15 12:10:55 -0400 |
---|---|---|
committer | Robert Burns <burnsra@gmail.com> | 2012-08-19 14:56:26 -0400 |
commit | c900f9536bdd96c8cdb3ceedf28b1f9231c748fc (patch) | |
tree | 491a3bb2210aefce25af5e64ded496e8a7e8802c | |
parent | 8469afa9406a652ad47cbcea5f81c398d35f08e6 (diff) | |
download | device_samsung_crespo-c900f9536bdd96c8cdb3ceedf28b1f9231c748fc.zip device_samsung_crespo-c900f9536bdd96c8cdb3ceedf28b1f9231c748fc.tar.gz device_samsung_crespo-c900f9536bdd96c8cdb3ceedf28b1f9231c748fc.tar.bz2 |
Utilize RGB565 for better bootanimation experience
Change-Id: Iad22e5da6d72255cdf91d4263d79a9013cbc22d6
-rwxr-xr-x | BoardConfigCommon.mk | 5 |
1 files changed, 5 insertions, 0 deletions
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 |