blob: 650b9c6f5cc1881755fad4fd1c0ab22053847aba [file] [log] [blame]
Christopher Ferris70ca5e52014-02-04 22:09:16 -08001#####################################################
2## Shared definitions for all host test compilations.
3#####################################################
4
5LOCAL_CFLAGS += -DGTEST_OS_LINUX -DGTEST_HAS_STD_STRING -O0 -g
6LOCAL_C_INCLUDES += external/gtest/include
7
8LOCAL_STATIC_LIBRARIES += libgtest_host libgtest_main_host
9LOCAL_SHARED_LIBRARIES +=
10
11LOCAL_LDLIBS += -lpthread