]> git.saurik.com Git - android/aapt.git/commitdiff
am e05184f2: Merge "Output proguard keep flags for fragment classes." into gingerbread
authorYing Wang <wangying@google.com>
Fri, 13 Aug 2010 22:29:04 +0000 (15:29 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Fri, 13 Aug 2010 22:29:04 +0000 (15:29 -0700)
Merge commit 'e05184f271f9882a5bf828e353aea40e0c06ff69' into gingerbread-plus-aosp

* commit 'e05184f271f9882a5bf828e353aea40e0c06ff69':
  Output proguard keep flags for fragment classes.

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),