Test with C++1z.

am: cebe3685c0

Change-Id: I295ebaa9c03afeec41907e9ccbf45d2bcd28c52b
This commit is contained in:
Dan Albert
2017-01-31 19:26:15 +00:00
committed by android-build-merger

View File

@@ -25,7 +25,7 @@ LOCAL_SRC_FILES := dummy.cpp
LOCAL_CXX_STL := libc++ LOCAL_CXX_STL := libc++
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../test/support LOCAL_C_INCLUDES := $(LOCAL_PATH)/../test/support
LOCAL_CPPFLAGS := \ LOCAL_CPPFLAGS := \
-std=c++14 \ -std=c++1z \
-fsized-deallocation \ -fsized-deallocation \
-fexceptions \ -fexceptions \
-UNDEBUG \ -UNDEBUG \