Merge "Update the comment for obsolete symlink handling ." am: a24f9d7cc7 am: e452c25620
am: 4ab07dfcd3
Change-Id: I0431bb7c57bcb11a7618ccde40a7f71e2eba7baa
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user