From dee9705c70cd6182c64936ef167779f9209998b0 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 7 Oct 2016 15:19:02 -0700 Subject: Rely on the platform -std default. Bug: http://b/32019064 Test: builds Change-Id: I301b223df84ffdea7c93b5c735c859abcc5bb220 --- alloc-stress/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alloc-stress') 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 -- cgit v1.2.3