summaryrefslogtreecommitdiffstats
path: root/minui/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-03-24 23:54:37 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-03-24 23:54:37 +0100
commit9460bb2c3df9e985c14d2dd76b03aefb3333b251 (patch)
tree954ddbce66798d137c74bc773b56775900c43b11 /minui/Android.mk
parentMerge "Fix wipe command when using sideload in recovery" (diff)
parentFix recovery image text rendering. (diff)
downloadandroid_bootable_recovery-9460bb2c3df9e985c14d2dd76b03aefb3333b251.tar
android_bootable_recovery-9460bb2c3df9e985c14d2dd76b03aefb3333b251.tar.gz
android_bootable_recovery-9460bb2c3df9e985c14d2dd76b03aefb3333b251.tar.bz2
android_bootable_recovery-9460bb2c3df9e985c14d2dd76b03aefb3333b251.tar.lz
android_bootable_recovery-9460bb2c3df9e985c14d2dd76b03aefb3333b251.tar.xz
android_bootable_recovery-9460bb2c3df9e985c14d2dd76b03aefb3333b251.tar.zst
android_bootable_recovery-9460bb2c3df9e985c14d2dd76b03aefb3333b251.zip
Diffstat (limited to 'minui/Android.mk')
-rw-r--r--minui/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/minui/Android.mk b/minui/Android.mk
index 9b2e09b70..53d072fac 100644
--- a/minui/Android.mk
+++ b/minui/Android.mk
@@ -1,14 +1,15 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_SRC_FILES := graphics.c graphics_adf.c graphics_fbdev.c events.c \
- resources.c
+LOCAL_SRC_FILES := graphics.c graphics_adf.c graphics_fbdev.c events.c resources.c
LOCAL_WHOLE_STATIC_LIBRARIES += libadf
LOCAL_STATIC_LIBRARIES += libpng
LOCAL_MODULE := libminui
+LOCAL_CFLAGS := -std=gnu11
+
# This used to compare against values in double-quotes (which are just
# ordinary characters in this context). Strip double-quotes from the
# value so that either will work.