Merge "libziparchive: use _FILE_OFFSET_BITS=64" am: 10a7b9bb8b am: d9bd95e1c1 am: 45c7500b9a

am: 3d42d99996

Change-Id: I47c15f203c8dbc5e356e54984b139be9f1d68192
This commit is contained in:
Elliott Hughes 2016-12-30 20:50:41 +00:00 committed by android-build-merger
commit cee26e196b
1 changed files with 1 additions and 0 deletions

View File

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