commit | 572ac060d96bc36e39e3de96a9ff1185bd97db10 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Dec 30 20:21:17 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 30 20:21:17 2016 +0000 |
tree | 1f652b3cf1de204b2f027bb2fa6c6742018cfd74 | |
parent | 6a17d6be9df68b16d317c5f61fbcbce778780056 [diff] | |
parent | ee1e5cc9cbc7be23f1a7db1de12b13cc8fd700d9 [diff] |
Merge "libziparchive: use _FILE_OFFSET_BITS=64"
diff --git a/libziparchive/Android.bp b/libziparchive/Android.bp index fce1378..1495f39 100644 --- a/libziparchive/Android.bp +++ b/libziparchive/Android.bp
@@ -20,6 +20,7 @@ "-DZLIB_CONST", "-Werror", "-Wall", + "-D_FILE_OFFSET_BITS=64", ], cppflags: [ "-Wold-style-cast",