Merge "Define the proper macro "GTEST_OS_LINUX_ANDROID" for native tests." into jb-mr1-dev

This commit is contained in:
Ben Cheng 2012-08-27 12:27:37 -07:00 committed by Android (Google) Code Review
commit 4df0782b3a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
## Common flags for native tests are added.
###########################################
LOCAL_CFLAGS += -DGTEST_OS_LINUX -DGTEST_HAS_STD_STRING
LOCAL_CFLAGS += -DGTEST_OS_LINUX_ANDROID -DGTEST_HAS_STD_STRING
LOCAL_C_INCLUDES += bionic \
bionic/libstdc++/include \
external/gtest/include \