]> git.saurik.com Git - android/aapt.git/blobdiff - Android.mk
am 8046e294: Merge "DO NOT MERGE" into ics-scoop
[android/aapt.git] / Android.mk
index a3e5d9a503b456d39e89275e3f35dcdbd6af376d..cb55a9cfd4d688ff9974460b0e4b61927f12964c 100644 (file)
@@ -44,7 +44,7 @@ LOCAL_STATIC_LIBRARIES := \
        libpng
 
 ifeq ($(HOST_OS),linux)
-LOCAL_LDLIBS += -lrt -lpthread
+LOCAL_LDLIBS += -lrt -ldl -lpthread
 endif
 
 # Statically link libz for MinGW (Win SDK under Linux),