Merge "Fix linux 64 build" into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
59073b155a
@@ -41,7 +41,7 @@ LOCAL_STATIC_LIBRARIES := \
|
|||||||
libpng
|
libpng
|
||||||
|
|
||||||
ifeq ($(HOST_OS),linux)
|
ifeq ($(HOST_OS),linux)
|
||||||
LOCAL_LDLIBS += -lrt
|
LOCAL_LDLIBS += -lrt -lpthread
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Statically link libz for MinGW (Win SDK under Linux),
|
# Statically link libz for MinGW (Win SDK under Linux),
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ LOCAL_STATIC_LIBRARIES := \
|
|||||||
libcutils
|
libcutils
|
||||||
|
|
||||||
ifeq ($(HOST_OS),linux)
|
ifeq ($(HOST_OS),linux)
|
||||||
LOCAL_LDLIBS += -lrt
|
LOCAL_LDLIBS += -lrt -lpthread
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user