commit | e452c25620de6b95823ce08f1d1971a0e523ce69 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu May 04 01:29:14 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 04 01:29:14 2017 +0000 |
tree | f1080dc221efdcc953434eff9479375cbfa3f299 | |
parent | 1d33e0815d2032de7e4664f398ef7c08e5cfd258 [diff] | |
parent | a24f9d7cc7b742cfa373104626f6f0bf0b4eae18 [diff] |
Merge "Update the comment for obsolete symlink handling ." am: a24f9d7cc7 Change-Id: Ieb37d12ed5e0b164d067fd62e8daf7d8776fa31f
diff --git a/otautil/ZipUtil.cpp b/otautil/ZipUtil.cpp index 714c956..9cc97e4 100644 --- a/otautil/ZipUtil.cpp +++ b/otautil/ZipUtil.cpp
@@ -74,7 +74,6 @@ if (path.back() == '/') { continue; } - //TODO(b/31917448) handle the symlink. if (dirCreateHierarchy(path.c_str(), UNZIP_DIRMODE, timestamp, true, sehnd) != 0) { LOG(ERROR) << "failed to create dir for " << path;