summaryrefslogtreecommitdiffstats
path: root/tools/aapt
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-08-11 10:07:56 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-08-11 10:07:56 -0700
commitf252b3501e6a9893ba3cc7608dbdeab68d8aecb9 (patch)
tree2488a3ed0b72e46a9672c3f57abed0e32df748ba /tools/aapt
parentdf0e9b1b31f62332f0ba3460acd3539fef601d18 (diff)
parentf781b4ef4bd840b7cee83fafdf2e31e709068bd3 (diff)
downloadframeworks_base-f252b3501e6a9893ba3cc7608dbdeab68d8aecb9.zip
frameworks_base-f252b3501e6a9893ba3cc7608dbdeab68d8aecb9.tar.gz
frameworks_base-f252b3501e6a9893ba3cc7608dbdeab68d8aecb9.tar.bz2
am f781b4ef: am e37ab632: Merge "Fix build on some linux machines"
Merge commit 'f781b4ef4bd840b7cee83fafdf2e31e709068bd3' * commit 'f781b4ef4bd840b7cee83fafdf2e31e709068bd3': Fix build on some linux machines
Diffstat (limited to 'tools/aapt')
-rw-r--r--tools/aapt/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/Android.mk b/tools/aapt/Android.mk
index b339a2c..094b7db 100644
--- a/tools/aapt/Android.mk
+++ b/tools/aapt/Android.mk
@@ -41,7 +41,7 @@ LOCAL_STATIC_LIBRARIES := \
libpng
ifeq ($(HOST_OS),linux)
-LOCAL_LDLIBS += -lrt
+LOCAL_LDLIBS += -lrt -lpthread
endif
# Statically link libz for MinGW (Win SDK under Linux),