From be3e6f13b810046fb1981b21d9e6f0715ae67a22 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Thu, 13 Jan 2011 16:43:44 -0800 Subject: option to allow recovery to use 24-bit graphics in UI Add "RECOVERY_24_BIT := true" to the device's BoardConfig.mk to use 24-bit framebuffers in the recovery ui. Change-Id: Iaede138bf7870becf237f12f1c0e49c9ff82d007 --- minui/Android.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'minui/Android.mk') diff --git a/minui/Android.mk b/minui/Android.mk index 91dd939f6..7ded5d3d0 100644 --- a/minui/Android.mk +++ b/minui/Android.mk @@ -9,4 +9,8 @@ LOCAL_C_INCLUDES +=\ LOCAL_MODULE := libminui +ifneq ($(RECOVERY_24_BIT),) + LOCAL_CFLAGS += -DRECOVERY_24_BIT +endif + include $(BUILD_STATIC_LIBRARY) -- cgit v1.2.3