Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c503a2f authored by Tianjie Xu's avatar Tianjie Xu Committed by android-build-merger
Browse files

Merge "Update the comment for obsolete symlink handling ." am: a24f9d7c am:...

Merge "Update the comment for obsolete symlink handling ." am: a24f9d7c am: e452c256 am: 4ab07dfc
am: f7f1188a

Change-Id: If15421c189a59794fd3b78fac8a2dca012fceb0f
parents 7f6bf505 f7f1188a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;