blob: a5d87e4604a381927c21b4400bab043fc68d705f [file] [log] [blame]
Ying Wang4c681742010-07-20 11:08:47 -07001################################################
2## A thin wrapper around BUILD_HOST_EXECUTABLE
3## Common flags for host native tests are added.
4################################################
5
6LOCAL_CFLAGS += -DGTEST_OS_LINUX -DGTEST_HAS_STD_STRING -O0 -g
7LOCAL_C_INCLUDES += \
Ying Wang9de99fe2011-06-22 16:01:48 -07008 external/gtest/include
9
10LOCAL_STATIC_LIBRARIES += libgtest_host libgtest_main_host
Ying Wang4c681742010-07-20 11:08:47 -070011LOCAL_SHARED_LIBRARIES +=
12
13include $(BUILD_HOST_EXECUTABLE)