Loading core/clear_vars.mk +1 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,7 @@ LOCAL_GCNO_FILES:= LOCAL_GENERATED_SOURCES:= # Group static libraries with "-Wl,--start-group" and "-Wl,--end-group" when linking. LOCAL_GROUP_STATIC_LIBRARIES:= LOCAL_GTEST:=true LOCAL_HAL_STATIC_LIBRARIES:= LOCAL_INIT_RC:= LOCAL_INSTALLED_MODULE:= Loading core/host_test_internal.mk +9 −7 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ ## Shared definitions for all host test compilations. ##################################################### ifeq ($(LOCAL_GTEST),true) LOCAL_CFLAGS_windows += -DGTEST_OS_WINDOWS LOCAL_CFLAGS_linux += -DGTEST_OS_LINUX LOCAL_LDLIBS_linux += -lpthread Loading @@ -11,6 +12,7 @@ LOCAL_LDLIBS_darwin += -lpthread LOCAL_CFLAGS += -DGTEST_HAS_STD_STRING -O0 -g LOCAL_STATIC_LIBRARIES += libgtest_main_host libgtest_host endif ifdef LOCAL_MODULE_PATH $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE)) Loading core/target_test_internal.mk +5 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ ## Shared definitions for all target test compilations. ####################################################### ifeq ($(LOCAL_GTEST),true) LOCAL_CFLAGS += -DGTEST_OS_LINUX_ANDROID -DGTEST_HAS_STD_STRING ifndef LOCAL_SDK_VERSION Loading @@ -20,6 +21,7 @@ else libgtest_main_ndk$(my_ndk_gtest_suffix) \ libgtest_ndk$(my_ndk_gtest_suffix) endif endif ifdef LOCAL_MODULE_PATH $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE)) Loading Loading
core/clear_vars.mk +1 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,7 @@ LOCAL_GCNO_FILES:= LOCAL_GENERATED_SOURCES:= # Group static libraries with "-Wl,--start-group" and "-Wl,--end-group" when linking. LOCAL_GROUP_STATIC_LIBRARIES:= LOCAL_GTEST:=true LOCAL_HAL_STATIC_LIBRARIES:= LOCAL_INIT_RC:= LOCAL_INSTALLED_MODULE:= Loading
core/host_test_internal.mk +9 −7 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ ## Shared definitions for all host test compilations. ##################################################### ifeq ($(LOCAL_GTEST),true) LOCAL_CFLAGS_windows += -DGTEST_OS_WINDOWS LOCAL_CFLAGS_linux += -DGTEST_OS_LINUX LOCAL_LDLIBS_linux += -lpthread Loading @@ -11,6 +12,7 @@ LOCAL_LDLIBS_darwin += -lpthread LOCAL_CFLAGS += -DGTEST_HAS_STD_STRING -O0 -g LOCAL_STATIC_LIBRARIES += libgtest_main_host libgtest_host endif ifdef LOCAL_MODULE_PATH $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE)) Loading
core/target_test_internal.mk +5 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ ## Shared definitions for all target test compilations. ####################################################### ifeq ($(LOCAL_GTEST),true) LOCAL_CFLAGS += -DGTEST_OS_LINUX_ANDROID -DGTEST_HAS_STD_STRING ifndef LOCAL_SDK_VERSION Loading @@ -20,6 +21,7 @@ else libgtest_main_ndk$(my_ndk_gtest_suffix) \ libgtest_ndk$(my_ndk_gtest_suffix) endif endif ifdef LOCAL_MODULE_PATH $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE)) Loading