Commit 38a3f7de authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 16d99d6d: am f3a5fb23: am 8e7ff420: Merge "Remove unused LOCAL_LDLIBS."

* commit '16d99d6d':
  Remove unused LOCAL_LDLIBS.
parents cfaea7ea 16d99d6d
......@@ -19,8 +19,6 @@ LOCAL_CFLAGS :=
LOCAL_MODULE:= libril
LOCAL_LDLIBS += -lpthread
include $(BUILD_SHARED_LIBRARY)
......@@ -41,7 +39,5 @@ LOCAL_CFLAGS :=
LOCAL_MODULE:= libril_static
LOCAL_LDLIBS += -lpthread
include $(BUILD_STATIC_LIBRARY)
endif # ANDROID_BIONIC_TRANSITION
......@@ -11,8 +11,6 @@ LOCAL_CFLAGS :=
LOCAL_MODULE:= librilutils
LOCAL_LDLIBS += -lpthread
include $(BUILD_SHARED_LIBRARY)
......@@ -30,6 +28,4 @@ LOCAL_CFLAGS :=
LOCAL_MODULE:= librilutils_static
LOCAL_LDLIBS += -lpthread
include $(BUILD_STATIC_LIBRARY)
......@@ -35,7 +35,6 @@ ifeq (foo,foo)
#build shared library
LOCAL_SHARED_LIBRARIES += \
libcutils libutils
LOCAL_LDLIBS += -lpthread
LOCAL_CFLAGS += -DRIL_SHLIB
LOCAL_MODULE:= libreference-ril
include $(BUILD_SHARED_LIBRARY)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment