Merge "Rename unzip.cpp to ziptool.cpp."
This commit is contained in:
commit
cd652ea3dc
2 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ cc_benchmark {
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "ziptool",
|
name: "ziptool",
|
||||||
defaults: ["libziparchive_flags"],
|
defaults: ["libziparchive_flags"],
|
||||||
srcs: ["unzip.cpp"],
|
srcs: ["ziptool.cpp"],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libbase",
|
"libbase",
|
||||||
"libziparchive",
|
"libziparchive",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue