]> git.saurik.com Git - android/aapt.git/commitdiff
am e37ab632: Merge "Fix build on some linux machines"
authorJean-Baptiste Queru <jbq@google.com>
Wed, 11 Aug 2010 17:04:31 +0000 (10:04 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Wed, 11 Aug 2010 17:04:31 +0000 (10:04 -0700)
Merge commit 'e37ab63221af94d69437741a3645fc0e14a680bc' into gingerbread-plus-aosp

* commit 'e37ab63221af94d69437741a3645fc0e14a680bc':
  Fix build on some linux machines

Android.mk

index b339a2cd2eb024809bf9de0081fe4fe9160a8ccc..094b7db3b4c4c9cd7f9b46a165c4718b25fb87da 100644 (file)
@@ -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),