commit | b98626d1da831c5ced7d74d374a3242cbb82c3a5 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Tue Oct 15 17:46:50 2013 -0700 |
committer | Stephen Hines <srhines@google.com> | Tue Nov 26 16:51:26 2013 -0800 |
tree | 44dcc359bac8c657ec3760eb646808f94d1de472 | |
parent | 5fe615c44e57de96f568f309876e6daaac77ac9d [diff] [blame] |
RS native tests should be built with clang. Change-Id: I6f3bf8c138debe62be7fe8fe9d4d3339eb21a25b
diff --git a/tests/cppbasic/Android.mk b/tests/cppbasic/Android.mk index bf7725a..3b19db7 100644 --- a/tests/cppbasic/Android.mk +++ b/tests/cppbasic/Android.mk
@@ -30,6 +30,7 @@ LOCAL_C_INCLUDES += frameworks/rs LOCAL_C_INCLUDES += $(intermediates) +LOCAL_CLANG := true include $(BUILD_EXECUTABLE)