Loading adb/Android.mk +0 −2 Original line number Diff line number Diff line Loading @@ -138,8 +138,6 @@ include $(BUILD_EXECUTABLE) ifneq ($(SDK_ONLY),true) include $(CLEAR_VARS) LOCAL_LDLIBS := -lrt -ldl -lpthread LOCAL_SRC_FILES := \ adb.c \ console.c \ Loading libbacktrace/Android.mk +1 −3 Original line number Diff line number Diff line Loading @@ -105,10 +105,8 @@ backtrace_test_src_files := \ GetPss.cpp \ thread_utils.c \ backtrace_test_ldlibs := \ -lpthread \ backtrace_test_ldlibs_host := \ -lpthread \ -lrt \ backtrace_test_shared_libraries := \ Loading libcutils/Android.mk +0 −2 Original line number Diff line number Diff line Loading @@ -75,7 +75,6 @@ endif # ======================================================== LOCAL_MODULE := libcutils LOCAL_SRC_FILES := $(commonSources) $(commonHostSources) dlmalloc_stubs.c LOCAL_LDLIBS := -lpthread LOCAL_STATIC_LIBRARIES := liblog LOCAL_CFLAGS += $(hostSmpFlag) ifneq ($(HOST_OS),windows) Loading @@ -89,7 +88,6 @@ include $(BUILD_HOST_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE := lib64cutils LOCAL_SRC_FILES := $(commonSources) $(commonHostSources) dlmalloc_stubs.c LOCAL_LDLIBS := -lpthread LOCAL_STATIC_LIBRARIES := lib64log LOCAL_CFLAGS += $(hostSmpFlag) -m64 ifneq ($(HOST_OS),windows) Loading liblog/Android.mk +0 −8 Original line number Diff line number Diff line Loading @@ -57,10 +57,6 @@ endif # ======================================================== LOCAL_MODULE := liblog LOCAL_SRC_FILES := $(liblog_host_sources) LOCAL_LDLIBS := -lpthread ifeq ($(strip $(HOST_OS)),linux) LOCAL_LDLIBS += -lrt endif LOCAL_CFLAGS := -DFAKE_LOG_DEVICE=1 include $(BUILD_HOST_STATIC_LIBRARY) Loading @@ -78,10 +74,6 @@ include $(BUILD_HOST_SHARED_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE := lib64log LOCAL_SRC_FILES := $(liblog_host_sources) LOCAL_LDLIBS := -lpthread ifeq ($(strip $(HOST_OS)),linux) LOCAL_LDLIBS += -lrt endif LOCAL_CFLAGS := -DFAKE_LOG_DEVICE=1 -m64 include $(BUILD_HOST_STATIC_LIBRARY) Loading liblog/tests/Android.mk +0 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,6 @@ LOCAL_MODULE := $(test_module_prefix)unit-tests LOCAL_MODULE_TAGS := $(test_tags) LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk LOCAL_CFLAGS += $(test_c_flags) LOCAL_LDLIBS := -lpthread LOCAL_SHARED_LIBRARIES := liblog LOCAL_SRC_FILES := $(test_src_files) include $(BUILD_NATIVE_TEST) Loading
adb/Android.mk +0 −2 Original line number Diff line number Diff line Loading @@ -138,8 +138,6 @@ include $(BUILD_EXECUTABLE) ifneq ($(SDK_ONLY),true) include $(CLEAR_VARS) LOCAL_LDLIBS := -lrt -ldl -lpthread LOCAL_SRC_FILES := \ adb.c \ console.c \ Loading
libbacktrace/Android.mk +1 −3 Original line number Diff line number Diff line Loading @@ -105,10 +105,8 @@ backtrace_test_src_files := \ GetPss.cpp \ thread_utils.c \ backtrace_test_ldlibs := \ -lpthread \ backtrace_test_ldlibs_host := \ -lpthread \ -lrt \ backtrace_test_shared_libraries := \ Loading
libcutils/Android.mk +0 −2 Original line number Diff line number Diff line Loading @@ -75,7 +75,6 @@ endif # ======================================================== LOCAL_MODULE := libcutils LOCAL_SRC_FILES := $(commonSources) $(commonHostSources) dlmalloc_stubs.c LOCAL_LDLIBS := -lpthread LOCAL_STATIC_LIBRARIES := liblog LOCAL_CFLAGS += $(hostSmpFlag) ifneq ($(HOST_OS),windows) Loading @@ -89,7 +88,6 @@ include $(BUILD_HOST_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE := lib64cutils LOCAL_SRC_FILES := $(commonSources) $(commonHostSources) dlmalloc_stubs.c LOCAL_LDLIBS := -lpthread LOCAL_STATIC_LIBRARIES := lib64log LOCAL_CFLAGS += $(hostSmpFlag) -m64 ifneq ($(HOST_OS),windows) Loading
liblog/Android.mk +0 −8 Original line number Diff line number Diff line Loading @@ -57,10 +57,6 @@ endif # ======================================================== LOCAL_MODULE := liblog LOCAL_SRC_FILES := $(liblog_host_sources) LOCAL_LDLIBS := -lpthread ifeq ($(strip $(HOST_OS)),linux) LOCAL_LDLIBS += -lrt endif LOCAL_CFLAGS := -DFAKE_LOG_DEVICE=1 include $(BUILD_HOST_STATIC_LIBRARY) Loading @@ -78,10 +74,6 @@ include $(BUILD_HOST_SHARED_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE := lib64log LOCAL_SRC_FILES := $(liblog_host_sources) LOCAL_LDLIBS := -lpthread ifeq ($(strip $(HOST_OS)),linux) LOCAL_LDLIBS += -lrt endif LOCAL_CFLAGS := -DFAKE_LOG_DEVICE=1 -m64 include $(BUILD_HOST_STATIC_LIBRARY) Loading
liblog/tests/Android.mk +0 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,6 @@ LOCAL_MODULE := $(test_module_prefix)unit-tests LOCAL_MODULE_TAGS := $(test_tags) LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk LOCAL_CFLAGS += $(test_c_flags) LOCAL_LDLIBS := -lpthread LOCAL_SHARED_LIBRARIES := liblog LOCAL_SRC_FILES := $(test_src_files) include $(BUILD_NATIVE_TEST)