am cd1da4e0
: Fix toolchain issue for windows build of libziparchive.
* commit 'cd1da4e04f0eb71a92a586c66acd0e34115608e1': Fix toolchain issue for windows build of libziparchive.
This commit is contained in:
commit
0c7ad123ca
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ LOCAL_C_INCLUDES += ${includes}
|
|||
LOCAL_STATIC_LIBRARIES := libz libutils
|
||||
LOCAL_MODULE:= libziparchive-host
|
||||
LOCAL_CFLAGS := -Werror
|
||||
ifneq ($(strip $(USE_MINGW)),)
|
||||
LOCAL_CFLAGS += -mno-ms-bitfields
|
||||
endif
|
||||
LOCAL_MULTILIB := both
|
||||
include $(BUILD_HOST_STATIC_LIBRARY)
|
||||
|
||||
|
|
Loading…
Reference in a new issue