• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1################################################
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 +=  \
8    external/gtest/include
9
10LOCAL_STATIC_LIBRARIES += libgtest_host libgtest_main_host
11LOCAL_SHARED_LIBRARIES +=
12
13include $(BUILD_HOST_EXECUTABLE)
14