summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-02-02 19:52:41 -0800
committerDan Albert <danalbert@google.com>2016-02-02 19:52:41 -0800
commitdd67ca200c93e051ee290bbbff8a5ebb2e4d1eff (patch)
tree58fbdae3579bc9f10f9a9b194e71552f2227e4bf
parent4eb09a62f2fc5f29747afd199dd1072d949b4892 (diff)
downloadextras-dd67ca200c93e051ee290bbbff8a5ebb2e4d1eff.tar.gz
Stop living in the '80s.
Build fix for GCC. Change-Id: I2215913647a95897dc39b862696e395a1ebcf208
-rw-r--r--tests/pagingtest/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pagingtest/Android.mk b/tests/pagingtest/Android.mk
index 727e3b81..23ffea19 100644
--- a/tests/pagingtest/Android.mk
+++ b/tests/pagingtest/Android.mk
@@ -8,6 +8,8 @@ LOCAL_SRC_FILES:= \
pageinout_test.c \
thrashing_test.c
+LOCAL_CFLAGS := -std=gnu11
+
LOCAL_MODULE:= pagingtest
LOCAL_MODULE_TAGS := tests