summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-11-27 14:11:12 -0800
committerChad Versace <chad.versace@linux.intel.com>2012-11-27 14:11:12 -0800
commit4e404c1582ccdd8ae19bb2e9bb632a87b3335b49 (patch)
treeeca2c338c52086d80ed5719d9fafe259a5a00a69
parent11525eccec10ba5335000de1bcf64933157ee9f9 (diff)
android: Build with -std=c99
Waffle now requires C99. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 76a703c..d66bed1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,6 +26,8 @@ $(waffle_top)/include/waffle_version.h: \
LOCAL_MODULE_TAGS := eng
LOCAL_MODULE := libwaffle-$(waffle_major_version)
+LOCAL_CC := $(TARGET_CC) -std=c99
+
LOCAL_CFLAGS := \
-DANDROID_STUB \
-DWAFFLE_HAS_ANDROID \