summaryrefslogtreecommitdiffstats
path: root/minui.old/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'minui.old/Android.mk')
-rw-r--r--minui.old/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/minui.old/Android.mk b/minui.old/Android.mk
index 7d8e3a7f3..6191448b7 100644
--- a/minui.old/Android.mk
+++ b/minui.old/Android.mk
@@ -41,6 +41,9 @@ LOCAL_MODULE := libminui
# ordinary characters in this context). Strip double-quotes from the
# value so that either will work.
+ifeq ($(subst ",,$(TARGET_RECOVERY_PIXEL_FORMAT)),RGBA_8888)
+ LOCAL_CFLAGS += -DRECOVERY_RGBA
+endif
ifeq ($(subst ",,$(TARGET_RECOVERY_PIXEL_FORMAT)),RGBX_8888)
LOCAL_CFLAGS += -DRECOVERY_RGBX
endif