commit | 8748bcc650b89a13c6831598fffa55b45f7523bf | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Dec 13 16:45:55 2019 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Dec 13 16:47:22 2019 -0800 |
tree | f00d84d034f21fff4500fc9fdc787bfb5a965071 | |
parent | 5a07ae1422f932bc8e2c7faa037508d80f246d0d [diff] [blame] |
Rename unzip.cpp to ziptool.cpp. It contains unzip and zipinfo, and will likely contain zip too soon. Test: builds Change-Id: I017df302108847f29bfdd120f20bf0fd3b9caa5b
diff --git a/libziparchive/Android.bp b/libziparchive/Android.bp index a20ae03..1bbffaf 100644 --- a/libziparchive/Android.bp +++ b/libziparchive/Android.bp
@@ -177,7 +177,7 @@ cc_binary { name: "ziptool", defaults: ["libziparchive_flags"], - srcs: ["unzip.cpp"], + srcs: ["ziptool.cpp"], shared_libs: [ "libbase", "libziparchive",