summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-05-04 00:31:12 +0200
committerTianjie Xu <xunchang@google.com>2017-05-04 01:34:42 +0200
commitf38401a27c8e34f6ddb42760dc977dcd62a62d85 (patch)
tree627a7891d2facfb849cbc4d187add52f329d4760
parentMerge "Add a default error code when updater script aborts" (diff)
downloadandroid_bootable_recovery-f38401a27c8e34f6ddb42760dc977dcd62a62d85.tar
android_bootable_recovery-f38401a27c8e34f6ddb42760dc977dcd62a62d85.tar.gz
android_bootable_recovery-f38401a27c8e34f6ddb42760dc977dcd62a62d85.tar.bz2
android_bootable_recovery-f38401a27c8e34f6ddb42760dc977dcd62a62d85.tar.lz
android_bootable_recovery-f38401a27c8e34f6ddb42760dc977dcd62a62d85.tar.xz
android_bootable_recovery-f38401a27c8e34f6ddb42760dc977dcd62a62d85.tar.zst
android_bootable_recovery-f38401a27c8e34f6ddb42760dc977dcd62a62d85.zip
-rw-r--r--otautil/ZipUtil.cpp1
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;