diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-05-04 03:22:24 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-05-04 03:22:26 +0200 |
commit | a24f9d7cc7b742cfa373104626f6f0bf0b4eae18 (patch) | |
tree | f1080dc221efdcc953434eff9479375cbfa3f299 /otautil/ZipUtil.cpp | |
parent | Merge "Revert "Remove EXPAND/STRINGIFY macros."" (diff) | |
parent | Update the comment for obsolete symlink handling . (diff) | |
download | android_bootable_recovery-a24f9d7cc7b742cfa373104626f6f0bf0b4eae18.tar android_bootable_recovery-a24f9d7cc7b742cfa373104626f6f0bf0b4eae18.tar.gz android_bootable_recovery-a24f9d7cc7b742cfa373104626f6f0bf0b4eae18.tar.bz2 android_bootable_recovery-a24f9d7cc7b742cfa373104626f6f0bf0b4eae18.tar.lz android_bootable_recovery-a24f9d7cc7b742cfa373104626f6f0bf0b4eae18.tar.xz android_bootable_recovery-a24f9d7cc7b742cfa373104626f6f0bf0b4eae18.tar.zst android_bootable_recovery-a24f9d7cc7b742cfa373104626f6f0bf0b4eae18.zip |
Diffstat (limited to '')
-rw-r--r-- | otautil/ZipUtil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/otautil/ZipUtil.cpp b/otautil/ZipUtil.cpp index 714c956ed..9cc97e499 100644 --- a/otautil/ZipUtil.cpp +++ b/otautil/ZipUtil.cpp @@ -74,7 +74,6 @@ bool ExtractPackageRecursive(ZipArchiveHandle zip, const std::string& zip_path, 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; |