diff --git a/libs/binder/Android.mk b/libs/binder/Android.mk index 673fc8238..3d873c57f 100644 --- a/libs/binder/Android.mk +++ b/libs/binder/Android.mk @@ -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) diff --git a/opengl/libagl/Android.mk b/opengl/libagl/Android.mk index 32bc5d97a..64320cf75 100644 --- a/opengl/libagl/Android.mk +++ b/opengl/libagl/Android.mk @@ -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 diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk index 528b983dd..6b90243e3 100644 --- a/opengl/libs/Android.mk +++ b/opengl/libs/Android.mk @@ -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)