2010-07-20 18:08:47 +00:00
|
|
|
################################################
|
|
|
|
## A thin wrapper around BUILD_HOST_EXECUTABLE
|
|
|
|
## Common flags for host native tests are added.
|
|
|
|
################################################
|
|
|
|
|
|
|
|
LOCAL_CFLAGS += -DGTEST_OS_LINUX -DGTEST_HAS_STD_STRING -O0 -g
|
|
|
|
LOCAL_C_INCLUDES += \
|
2011-06-22 23:01:48 +00:00
|
|
|
external/gtest/include
|
|
|
|
|
|
|
|
LOCAL_STATIC_LIBRARIES += libgtest_host libgtest_main_host
|
2010-07-20 18:08:47 +00:00
|
|
|
LOCAL_SHARED_LIBRARIES +=
|
|
|
|
|
2014-01-29 01:32:30 +00:00
|
|
|
LOCAL_LDFLAGS += -lpthread
|
|
|
|
|
2010-07-20 18:08:47 +00:00
|
|
|
include $(BUILD_HOST_EXECUTABLE)
|