From 14d15bc8586d874a25122e84c837593b87ecace2 Mon Sep 17 00:00:00 2001 From: PrateekChaubey Date: Sun, 19 Mar 2017 09:56:43 +0000 Subject: [PATCH] land: Use half-res bootanimation * This makes boot animation smoother * Cpu load is also reduced when booting Signed-off-by: PrateekChaubey --- board/display.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/display.mk b/board/display.mk index cd58723..9eba43e 100644 --- a/board/display.mk +++ b/board/display.mk @@ -1,3 +1,6 @@ +# Bootanimation +TARGET_BOOTANIMATION_HALF_RES := true + TARGET_USES_C2D_COMPOSITION := true TARGET_USES_ION := true USE_OPENGL_RENDERER := true