summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-05-07 22:46:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-05-07 22:46:26 +0000
commitc0723d864b10fbd6c5cbbfa65e886c5e9eb3aafd (patch)
treeaca54d7151f83982b239db96d3ba4fc75f73b514
parent2dbbd3bac0f0e819d196a80cc7855054148ef8b6 (diff)
parent5e29d336597336b5556c38695e04cdc31b857089 (diff)
downloadandroid_external_sonivox-c0723d864b10fbd6c5cbbfa65e886c5e9eb3aafd.tar.gz
android_external_sonivox-c0723d864b10fbd6c5cbbfa65e886c5e9eb3aafd.tar.bz2
android_external_sonivox-c0723d864b10fbd6c5cbbfa65e886c5e9eb3aafd.zip
Merge "Remove unused LOCAL_LDLIBS."
-rw-r--r--arm-wt-22k/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/arm-wt-22k/Android.mk b/arm-wt-22k/Android.mk
index 8a854f7..8627e9a 100644
--- a/arm-wt-22k/Android.mk
+++ b/arm-wt-22k/Android.mk
@@ -102,6 +102,4 @@ endif
LOCAL_SHARED_LIBRARIES := \
libutils libcutils
-LOCAL_LDLIBS := -lpthread
-
include $(BUILD_SHARED_LIBRARY)