Merge "Add -std=gnu++11 to test cflags" into lmp-mr1-dev

This commit is contained in:
Dmitriy Ivanov 2014-10-01 23:56:35 +00:00 committed by Android (Google) Code Review
commit 2ae2dd0db8

View file

@ -59,7 +59,8 @@ test_c_flags := \
-g \
-Wall -Wextra \
-Werror \
-fno-builtin
-fno-builtin \
-std=gnu++11
test_src_files := \
liblog_test.cpp