Merge "libziparchive: use _FILE_OFFSET_BITS=64"

This commit is contained in:
Elliott Hughes 2016-12-30 20:21:17 +00:00 committed by Gerrit Code Review
commit 10a7b9bb8b

View file

@ -20,6 +20,7 @@ cc_defaults {
"-DZLIB_CONST",
"-Werror",
"-Wall",
"-D_FILE_OFFSET_BITS=64",
],
cppflags: [
"-Wold-style-cast",