summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-05-04 03:37:15 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-05-04 03:37:15 +0200
commit1c503a2fb1b84f40b4a6a8e1ca09eb5f1098d956 (patch)
treefba3e6d4dec5e878aeda6d6d12cc4a046e23fbd3
parentMerge "Revert "Remove EXPAND/STRINGIFY macros."" am: 7c42198581 am: 1d33e0815d am: a51e44cef7 (diff)
parentMerge "Update the comment for obsolete symlink handling ." am: a24f9d7cc7 am: e452c25620 (diff)
downloadandroid_bootable_recovery-1c503a2fb1b84f40b4a6a8e1ca09eb5f1098d956.tar
android_bootable_recovery-1c503a2fb1b84f40b4a6a8e1ca09eb5f1098d956.tar.gz
android_bootable_recovery-1c503a2fb1b84f40b4a6a8e1ca09eb5f1098d956.tar.bz2
android_bootable_recovery-1c503a2fb1b84f40b4a6a8e1ca09eb5f1098d956.tar.lz
android_bootable_recovery-1c503a2fb1b84f40b4a6a8e1ca09eb5f1098d956.tar.xz
android_bootable_recovery-1c503a2fb1b84f40b4a6a8e1ca09eb5f1098d956.tar.zst
android_bootable_recovery-1c503a2fb1b84f40b4a6a8e1ca09eb5f1098d956.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;