summaryrefslogtreecommitdiff
path: root/alloc-stress
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-10-07 15:19:02 -0700
committerElliott Hughes <enh@google.com>2016-10-08 15:06:52 -0700
commitdee9705c70cd6182c64936ef167779f9209998b0 (patch)
tree045ce09d592e6bc5fbc704fd65a216ee85b05efd /alloc-stress
parent1607d18122f86274fc617996ea5b8eeca995a048 (diff)
downloadextras-dee9705c70cd6182c64936ef167779f9209998b0.tar.gz
Rely on the platform -std default.
Bug: http://b/32019064 Test: builds Change-Id: I301b223df84ffdea7c93b5c735c859abcc5bb220
Diffstat (limited to 'alloc-stress')
-rw-r--r--alloc-stress/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/alloc-stress/Android.mk b/alloc-stress/Android.mk
index 06b5818f..513d1793 100644
--- a/alloc-stress/Android.mk
+++ b/alloc-stress/Android.mk
@@ -3,7 +3,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_CLANG := true
LOCAL_MODULE := alloc-stress
-LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers -Wno-sign-compare
+LOCAL_CFLAGS += -g -Wall -Werror -Wno-missing-field-initializers -Wno-sign-compare
ifneq ($(ENABLE_MEM_CGROUPS),)
LOCAL_CFLAGS += -DENABLE_MEM_CGROUPS
endif