commit | a866e5a8eb0d331c5970ee106cf8f5bd0903eb7c | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Thu Oct 02 00:59:36 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Thu Oct 02 00:59:36 2014 +0000 |
tree | 0b74d9e7bcb86c2a6914dd18e3ef51f0e1e3225c | |
parent | 541a780454ca5299a96a5d9bae1fcb650a0c0659 [diff] | |
parent | 6cf1193bcff2c2f1a43abeeac1ad2b33e422182e [diff] |
am 6cf1193b: am 2f431a8d: Fix windows-specific error without messing up Makefile flags. * commit '6cf1193bcff2c2f1a43abeeac1ad2b33e422182e': Fix windows-specific error without messing up Makefile flags.
diff --git a/liblog/tests/Android.mk b/liblog/tests/Android.mk index 255dc2e..cd1bf33 100644 --- a/liblog/tests/Android.mk +++ b/liblog/tests/Android.mk
@@ -59,7 +59,8 @@ -g \ -Wall -Wextra \ -Werror \ - -fno-builtin + -fno-builtin \ + -std=gnu++11 test_src_files := \ liblog_test.cpp