1 ################################################ 2 ## A thin wrapper around BUILD_HOST_EXECUTABLE 3 ## Common flags for host native tests are added. 4 ################################################ 5 6 LOCAL_CFLAGS += -DGTEST_OS_LINUX -DGTEST_HAS_STD_STRING -O0 -g 7 LOCAL_C_INCLUDES += \ 8 external/gtest/include 9 10 LOCAL_STATIC_LIBRARIES += libgtest_host libgtest_main_host 11 LOCAL_SHARED_LIBRARIES += 12 13 include $(BUILD_HOST_EXECUTABLE) 14