Merge "Update the comment for obsolete symlink handling ."
am: a24f9d7cc7
Change-Id: Ieb37d12ed5e0b164d067fd62e8daf7d8776fa31f
This commit is contained in:
commit
e452c25620
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue