summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Android.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/dist/Android.mk b/dist/Android.mk
index 26c4e2a..922d627 100644
--- a/dist/Android.mk
+++ b/dist/Android.mk
@@ -44,10 +44,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(common_src_files)
-ifneq ($(TARGET_ARCH),arm)
-LOCAL_LDLIBS += -lpthread -ldl
-endif
-
LOCAL_CFLAGS += $(device_sqlite_flags)
LOCAL_SHARED_LIBRARIES := libdl
@@ -107,10 +103,6 @@ LOCAL_SHARED_LIBRARIES := libsqlite \
libicui18n \
libutils
-ifneq ($(TARGET_ARCH),arm)
-LOCAL_LDLIBS += -lpthread -ldl
-endif
-
LOCAL_CFLAGS += $(device_sqlite_flags)
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)