We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4c4c98 + b7ffaf6 commit e37ab63Copy full SHA for e37ab63
tools/aapt/Android.mk
@@ -41,7 +41,7 @@ LOCAL_STATIC_LIBRARIES := \
41
libpng
42
43
ifeq ($(HOST_OS),linux)
44
-LOCAL_LDLIBS += -lrt
+LOCAL_LDLIBS += -lrt -lpthread
45
endif
46
47
# Statically link libz for MinGW (Win SDK under Linux),
tools/localize/Android.mk
@@ -34,7 +34,7 @@ LOCAL_STATIC_LIBRARIES := \
34
libcutils
35
36
37
38
39
40
0 commit comments