summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-08-11 23:03:05 -0700
committerElliott Hughes <enh@google.com>2017-08-23 14:34:48 -0700
commit0b048f131a4164f856a60b1b9971746e0148fa96 (patch)
tree0d58c69e9af9b36806728a537fa7482290808086
parent77d09b78afdb4d94665eca299edbc647517e7b10 (diff)
downloadgatekeeper-0b048f131a4164f856a60b1b9971746e0148fa96.tar.gz
C++14 is the default now.
Bug: http://b/32019064 Test: builds Change-Id: I279bc0ee8f83f26460babe6a188ffc14a121d671
-rw-r--r--tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 203a524..7fbca99 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -19,7 +19,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := gatekeeper-unit-tests
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
-LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers
+LOCAL_CFLAGS += -g -Wall -Werror -Wno-missing-field-initializers
LOCAL_SHARED_LIBRARIES := libgatekeeper libcrypto libhardware
LOCAL_STATIC_LIBRARIES := libscrypt_static
LOCAL_C_INCLUDES := external/scrypt/lib/crypto