commit | 971cf54d53218c0adb63853d9fc5489fa28ef704 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 29 10:38:37 2016 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Dec 29 10:38:37 2016 -0800 |
tree | 91a13ed0374f2c6885633c58293706712ae1b856 | |
parent | 55f503e5b3d34110f09b1c727a131a51a687b9b8 [diff] |
Make libziparchive C++-only. If we're going to build libziparchive with _FILE_OFFSET_BITS=64, which seems like a reasonable idea, we don't want off_t/off64_t mixups in the ABI, and C++ name mangling helps protect against that where C wouldn't. Bug: N/A Test: builds Change-Id: I5f068b41fb4cd9e1e055e5250054318b35bcbc08