diff options
| author | Ying Wang <wangying@google.com> | 2014-05-07 23:01:12 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-07 23:01:12 +0000 |
| commit | b18da571f90eebedd99fe5607a6b0d7ae4e91893 (patch) | |
| tree | c8b704b089fed4f481b1755d42c434c51044499d /libutils | |
| parent | 43224ce37fcd09bb7a38e01212175eea61d2444b (diff) | |
| parent | 1e6cd741fd130e5916337eb75c9ceef2152035d2 (diff) | |
| download | core-b18da571f90eebedd99fe5607a6b0d7ae4e91893.tar.gz core-b18da571f90eebedd99fe5607a6b0d7ae4e91893.tar.bz2 core-b18da571f90eebedd99fe5607a6b0d7ae4e91893.zip | |
am 1e6cd741: am 803fb62b: Merge "Remove unused LOCAL_LDLIBS."
* commit '1e6cd741fd130e5916337eb75c9ceef2152035d2':
Remove unused LOCAL_LDLIBS.
Diffstat (limited to 'libutils')
| -rw-r--r-- | libutils/Android.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libutils/Android.mk b/libutils/Android.mk index 1710d3671..1c4861902 100644 --- a/libutils/Android.mk +++ b/libutils/Android.mk @@ -69,7 +69,6 @@ endif LOCAL_MODULE:= libutils LOCAL_STATIC_LIBRARIES := liblog LOCAL_CFLAGS += $(host_commonCflags) -LOCAL_LDLIBS += $(host_commonLdlibs) include $(BUILD_HOST_STATIC_LIBRARY) @@ -83,7 +82,6 @@ endif LOCAL_MODULE:= lib64utils LOCAL_STATIC_LIBRARIES := liblog LOCAL_CFLAGS += $(host_commonCflags) -m64 -LOCAL_LDLIBS += $(host_commonLdlibs) include $(BUILD_HOST_STATIC_LIBRARY) @@ -98,10 +96,6 @@ LOCAL_SRC_FILES:= \ Looper.cpp \ Trace.cpp -ifeq ($(TARGET_OS),linux) -LOCAL_LDLIBS += -lrt -ldl -endif - ifeq ($(TARGET_ARCH),mips) LOCAL_CFLAGS += -DALIGN_DOUBLE endif @@ -110,8 +104,6 @@ LOCAL_C_INCLUDES += \ bionic/libc/private \ external/zlib -LOCAL_LDLIBS += -lpthread - LOCAL_STATIC_LIBRARIES := \ libcutils |
