summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-08-20 21:34:52 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-08-20 18:44:22 +0000
commit47991e25b3490a16ce134daaed34ba78979fe516 (patch)
tree2a46f65533d07bf22de14f88c4ee33c0c50707cb
parent98a0e6d7a654fda1aa15e46e167bfa03f893f3c9 (diff)
parent01873cee3331a3b9d85bd540ade9dafe64f84214 (diff)
downloadcts-47991e25b3490a16ce134daaed34ba78979fe516.tar.gz
Merge "Added C++11 option to libcoremathtestcpp"
-rw-r--r--tests/tests/renderscript/libcoremathtestcpp/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests/renderscript/libcoremathtestcpp/Android.mk b/tests/tests/renderscript/libcoremathtestcpp/Android.mk
index 7ec86714b03..813b27e90d0 100644
--- a/tests/tests/renderscript/libcoremathtestcpp/Android.mk
+++ b/tests/tests/renderscript/libcoremathtestcpp/Android.mk
@@ -21,6 +21,8 @@ LOCAL_MODULE := libcoremathtestcpp_jni
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := CoreMathTestJni.cpp
+LOCAL_CFLAGS := -std=c++11
+
LOCAL_C_INCLUDES := $(JNI_H_INCLUDE)
LOCAL_C_INCLUDES += frameworks/rs/cpp
LOCAL_C_INCLUDES += frameworks/rs