summaryrefslogtreecommitdiffstats
path: root/minui/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-03-24 23:21:48 +0100
committerElliott Hughes <enh@google.com>2015-03-24 23:21:48 +0100
commit01a4d08010d1c26cc2cb37ca62b624829a7e1506 (patch)
tree954ddbce66798d137c74bc773b56775900c43b11 /minui/Android.mk
parentMerge "Fix wipe command when using sideload in recovery" (diff)
downloadandroid_bootable_recovery-01a4d08010d1c26cc2cb37ca62b624829a7e1506.tar
android_bootable_recovery-01a4d08010d1c26cc2cb37ca62b624829a7e1506.tar.gz
android_bootable_recovery-01a4d08010d1c26cc2cb37ca62b624829a7e1506.tar.bz2
android_bootable_recovery-01a4d08010d1c26cc2cb37ca62b624829a7e1506.tar.lz
android_bootable_recovery-01a4d08010d1c26cc2cb37ca62b624829a7e1506.tar.xz
android_bootable_recovery-01a4d08010d1c26cc2cb37ca62b624829a7e1506.tar.zst
android_bootable_recovery-01a4d08010d1c26cc2cb37ca62b624829a7e1506.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.