aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--heimdall/source/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/heimdall/source/Android.mk b/heimdall/source/Android.mk
index d344fdb..321157b 100644
--- a/heimdall/source/Android.mk
+++ b/heimdall/source/Android.mk
@@ -56,5 +56,9 @@ ifeq ($(HOST_OS),darwin)
LOCAL_LDFLAGS := -framework CoreFoundation -framework IOKit
endif
+ifeq ($(HOST_OS),linux)
+LOCAL_LDFLAGS := -lpthread -lrt
+endif
+
LOCAL_MODULE := heimdall
include $(BUILD_HOST_EXECUTABLE)