Merge "Allow source build to be an extracted target_files"

This commit is contained in:
Treehugger Robot
2023-05-16 22:56:29 +00:00
committed by Gerrit Code Review

View File

@@ -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):