C++14 is the default now.

Bug: http://b/32019064
Test: builds
Change-Id: Iacc91f1150cdab2df40db3e33f5b57933ff79824
diff --git a/tests/hardware/Android.mk b/tests/hardware/Android.mk
index 02540c9..9927343 100644
--- a/tests/hardware/Android.mk
+++ b/tests/hardware/Android.mk
@@ -4,7 +4,7 @@
 LOCAL_MODULE := static-hal-check
 LOCAL_SRC_FILES := struct-size.cpp struct-offset.cpp struct-last.cpp
 LOCAL_SHARED_LIBRARIES := libhardware
-LOCAL_CFLAGS := -std=gnu++11 -O0
+LOCAL_CFLAGS := -O0
 
 LOCAL_C_INCLUDES += \
     system/media/camera/include