aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-05-07 22:44:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-05-07 22:44:54 +0000
commit7a08026033b424da3b7022ebcce35f033949df8b (patch)
treeac871d54062cedbc483d90dab3e911ed12e610c9
parent858f2d28ac741ef139f74bdbdbcefa7560f17c91 (diff)
parent88a4aa83896d67338f33a312f0c9594f693bd079 (diff)
downloadharfbuzz-7a08026033b424da3b7022ebcce35f033949df8b.tar.gz
Merge "Remove unused LOCAL_LDLIBS."
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 969c53d..9297bf9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -71,10 +71,6 @@ ifeq ($(NO_FALLBACK_FONT),true)
LOCAL_CFLAGS += -DNO_FALLBACK_FONT
endif
-LOCAL_LDLIBS += -lpthread
-
LOCAL_MODULE:= libharfbuzz
-
-
include $(BUILD_SHARED_LIBRARY)