am dc7957d9: am cd1da4e0: Fix toolchain issue for windows build of libziparchive.

* commit 'dc7957d9b782a759a4eaa75832dd18c9943c7d0c':
  Fix toolchain issue for windows build of libziparchive.
This commit is contained in:
Xavier Ducrohet 2014-10-16 18:59:54 +00:00 committed by Android Git Automerger
commit 66fa33a7ad
1 changed files with 3 additions and 0 deletions

View File

@ -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)