am e37ab632: Merge "Fix build on some linux machines"
Merge commit 'e37ab63221af94d69437741a3645fc0e14a680bc' into gingerbread-plus-aosp * commit 'e37ab63221af94d69437741a3645fc0e14a680bc': Fix build on some linux machines
This commit is contained in:
committed by
Android Git Automerger
commit
f781b4ef4b
@@ -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),
|
||||
|
||||
@@ -34,7 +34,7 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libcutils
|
||||
|
||||
ifeq ($(HOST_OS),linux)
|
||||
LOCAL_LDLIBS += -lrt
|
||||
LOCAL_LDLIBS += -lrt -lpthread
|
||||
endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user