commit | b2b0d1f5e768e75037d4240f2155a3539816f857 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 23 14:33:08 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Aug 23 14:34:16 2017 -0700 |
tree | 6606cce2853dc70899911a7e413fd949f32716be | |
parent | 4a38e2b53a109e1efa05e28c3ababbcca930632c [diff] |
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