diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2014-09-12 10:39:12 -0700 |
---|---|---|
committer | Dmitriy Ivanov <dimitry@google.com> | 2014-10-01 16:40:41 -0700 |
commit | 8386725771893bb7dd618abbf6d8ebd556a98486 (patch) | |
tree | 75865ea0383891a1d1ed9343b39f2c309180cccf /liblog | |
parent | 5a0f0e97109b1558df0bc04940525f477f4db356 (diff) | |
download | system_core-8386725771893bb7dd618abbf6d8ebd556a98486.zip system_core-8386725771893bb7dd618abbf6d8ebd556a98486.tar.gz system_core-8386725771893bb7dd618abbf6d8ebd556a98486.tar.bz2 |
Add -std=gnu++11 to test cflags
(cherry picked from commit 5f68087efe0476f15b0df8c78ac7e31689ec0121)
Change-Id: I6fc0d3673391654aa72e1e6bd98f4a8469c79868
Diffstat (limited to 'liblog')
-rw-r--r-- | liblog/tests/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ test_c_flags := \ -g \ -Wall -Wextra \ -Werror \ - -fno-builtin + -fno-builtin \ + -std=gnu++11 test_src_files := \ liblog_test.cpp |