Remove unused LOCAL_LDLIBS.
Change-Id: I62904c410a66f256da8253764577acae18f964f8
This commit is contained in:
parent
ef923fcfd3
commit
4a793fe952
@ -38,7 +38,6 @@ sources := \
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_LDLIBS += -lpthread
|
||||
LOCAL_MODULE := libbinder
|
||||
LOCAL_SHARED_LIBRARIES := liblog libcutils libutils
|
||||
LOCAL_SRC_FILES := $(sources)
|
||||
@ -50,7 +49,6 @@ endif
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_LDLIBS += -lpthread
|
||||
LOCAL_MODULE := libbinder
|
||||
LOCAL_STATIC_LIBRARIES += libutils
|
||||
LOCAL_SRC_FILES := $(sources)
|
||||
|
@ -27,7 +27,6 @@ LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
|
||||
LOCAL_CFLAGS += -fvisibility=hidden
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libcutils libhardware libutils liblog libpixelflinger libETC1 libui
|
||||
LOCAL_LDLIBS := -lpthread -ldl
|
||||
|
||||
LOCAL_SRC_FILES_arm += fixed_asm.S iterators.S
|
||||
LOCAL_CFLAGS_arm += -fstrict-aliasing
|
||||
|
@ -33,7 +33,6 @@ LOCAL_SRC_FILES:= \
|
||||
#
|
||||
|
||||
LOCAL_SHARED_LIBRARIES += libcutils libutils liblog libGLES_trace
|
||||
LOCAL_LDLIBS := -lpthread -ldl
|
||||
LOCAL_MODULE:= libEGL
|
||||
LOCAL_LDFLAGS += -Wl,--exclude-libs=ALL
|
||||
LOCAL_SHARED_LIBRARIES += libdl
|
||||
@ -79,7 +78,6 @@ LOCAL_SRC_FILES:= \
|
||||
#
|
||||
|
||||
LOCAL_SHARED_LIBRARIES += libcutils liblog libEGL
|
||||
LOCAL_LDLIBS := -lpthread -ldl
|
||||
LOCAL_MODULE:= libGLESv1_CM
|
||||
|
||||
LOCAL_SHARED_LIBRARIES += libdl
|
||||
@ -104,7 +102,6 @@ LOCAL_SRC_FILES:= \
|
||||
#
|
||||
|
||||
LOCAL_SHARED_LIBRARIES += libcutils libutils liblog libEGL
|
||||
LOCAL_LDLIBS := -lpthread -ldl
|
||||
LOCAL_MODULE:= libGLESv2
|
||||
|
||||
LOCAL_SHARED_LIBRARIES += libdl
|
||||
@ -141,7 +138,6 @@ LOCAL_SRC_FILES:= \
|
||||
ETC1/etc1.cpp \
|
||||
#
|
||||
|
||||
LOCAL_LDLIBS := -lpthread -ldl
|
||||
LOCAL_MODULE:= libETC1
|
||||
|
||||
include $(BUILD_HOST_STATIC_LIBRARY)
|
||||
@ -156,7 +152,6 @@ LOCAL_SRC_FILES:= \
|
||||
ETC1/etc1.cpp \
|
||||
#
|
||||
|
||||
LOCAL_LDLIBS := -lpthread -ldl
|
||||
LOCAL_MODULE:= libETC1
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
Loading…
Reference in New Issue
Block a user