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

Commit fce28c1b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Allow source build to be an extracted target_files"

parents 787629c9 b97416e0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -525,8 +525,7 @@ def GetTargetFilesZipWithoutPostinstallConfig(input_file):


def ParseInfoDict(target_file_path):
  with zipfile.ZipFile(target_file_path, 'r', allowZip64=True) as zfp:
    return common.LoadInfoDict(zfp)
  return common.LoadInfoDict(target_file_path)


def GetTargetFilesZipForCustomVABCCompression(input_file, vabc_compression_param):