Test with C++1z. am: cebe3685c0 am: 8a2d4e7544

am: 06ace6438f

Change-Id: Icf0df21a061f904744ade698111b7a34f837bdbb
This commit is contained in:
Dan Albert
2017-01-31 19:30:46 +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 \