Rename unzip.cpp to ziptool.cpp.

It contains unzip and zipinfo, and will likely contain zip too soon.

Test: builds
Change-Id: I017df302108847f29bfdd120f20bf0fd3b9caa5b
This commit is contained in:
Elliott Hughes 2019-12-13 16:45:55 -08:00
parent 5a07ae1422
commit 8748bcc650
2 changed files with 1 additions and 1 deletions

View file

@ -177,7 +177,7 @@ cc_benchmark {
cc_binary {
name: "ziptool",
defaults: ["libziparchive_flags"],
srcs: ["unzip.cpp"],
srcs: ["ziptool.cpp"],
shared_libs: [
"libbase",
"libziparchive",