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:
parent
5a07ae1422
commit
8748bcc650
2 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ cc_benchmark {
|
|||
cc_binary {
|
||||
name: "ziptool",
|
||||
defaults: ["libziparchive_flags"],
|
||||
srcs: ["unzip.cpp"],
|
||||
srcs: ["ziptool.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libziparchive",
|
||||
|
|
Loading…
Reference in a new issue