commit | 323c09c3d05e40c64c50fc5d8ad4a3ad85a9d9ca | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Mar 13 16:16:24 2020 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon Mar 16 17:43:49 2020 -0700 |
tree | 9d784c07149a8e0032131bb7226a8c67d797ccc2 | |
parent | 0ef9783c57bfa696ae09ef2e7c3c024d058b8848 [diff] [blame] |
Move the implementation of cd entry map to a separate file Move the entry map classes to a separate file to make the hierarchy clear. Test: unittests pass Change-Id: Ie01d7835359daa4f59af75a0eda204c696d5658e
diff --git a/libziparchive/Android.bp b/libziparchive/Android.bp index 1bbffaf..3d4e86e 100644 --- a/libziparchive/Android.bp +++ b/libziparchive/Android.bp
@@ -60,6 +60,7 @@ srcs: [ "zip_archive.cc", "zip_archive_stream_entry.cc", + "zip_cd_entry_map.cc", "zip_writer.cc", ],