commit | bda268636a0f77957e2497159c2f865fe90f5868 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Mar 17 14:10:59 2020 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Mar 17 14:10:59 2020 -0700 |
tree | 8efcfe60a11e08c866a5cc7c73b149f38ccbeb79 | |
parent | df78c43412227527e9a1a39e76fa6476fd70f7ff [diff] [blame] |
libziparchive: move the array of error strings into the implementation. Test: treehugger Change-Id: Iaffc29f77912d268c3335b74eb712a58914ce945
diff --git a/libziparchive/Android.bp b/libziparchive/Android.bp index 3d4e86e..4081b21 100644 --- a/libziparchive/Android.bp +++ b/libziparchive/Android.bp
@@ -61,6 +61,7 @@ "zip_archive.cc", "zip_archive_stream_entry.cc", "zip_cd_entry_map.cc", + "zip_error.cpp", "zip_writer.cc", ],