summaryrefslogtreecommitdiffstats
path: root/minui/Android.mk
diff options
context:
space:
mode:
authorTony Kuo <tony.kuo@mediatek.com>2015-02-05 14:25:56 +0100
committerElliott Hughes <enh@google.com>2015-02-12 06:36:00 +0100
commitfd778e3e406a7e83536ea66776996f032f24af64 (patch)
tree8b73303ffaa0aa3087367b11748b5b16f5ee2ab0 /minui/Android.mk
parentMerge "Fix build when TARGET_USERIMAGES_USE_EXT4 is not defined" (diff)
downloadandroid_bootable_recovery-fd778e3e406a7e83536ea66776996f032f24af64.tar
android_bootable_recovery-fd778e3e406a7e83536ea66776996f032f24af64.tar.gz
android_bootable_recovery-fd778e3e406a7e83536ea66776996f032f24af64.tar.bz2
android_bootable_recovery-fd778e3e406a7e83536ea66776996f032f24af64.tar.lz
android_bootable_recovery-fd778e3e406a7e83536ea66776996f032f24af64.tar.xz
android_bootable_recovery-fd778e3e406a7e83536ea66776996f032f24af64.tar.zst
android_bootable_recovery-fd778e3e406a7e83536ea66776996f032f24af64.zip
Diffstat (limited to 'minui/Android.mk')
-rw-r--r--minui/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/minui/Android.mk b/minui/Android.mk
index aee2a34ab..ddee165f9 100644
--- a/minui/Android.mk
+++ b/minui/Android.mk
@@ -16,6 +16,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)),ABGR_8888)
+ LOCAL_CFLAGS += -DRECOVERY_ABGR
+endif
ifeq ($(subst ",,$(TARGET_RECOVERY_PIXEL_FORMAT)),RGBX_8888)
LOCAL_CFLAGS += -DRECOVERY_RGBX
endif