Merge "Allow source build to be an extracted target_files" am: fce28c1b97
am: e1623bb140
am: 7efa3c09cf
am: c4a58363ca
Original change: https://android-review.googlesource.com/c/platform/build/+/2589846 Change-Id: I2578c17c3d1dec92b71a22fd76930f045fcb87a1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3a29dd59bf
1 changed files with 1 additions and 2 deletions
|
@ -525,8 +525,7 @@ def GetTargetFilesZipWithoutPostinstallConfig(input_file):
|
||||||
|
|
||||||
|
|
||||||
def ParseInfoDict(target_file_path):
|
def ParseInfoDict(target_file_path):
|
||||||
with zipfile.ZipFile(target_file_path, 'r', allowZip64=True) as zfp:
|
return common.LoadInfoDict(target_file_path)
|
||||||
return common.LoadInfoDict(zfp)
|
|
||||||
|
|
||||||
|
|
||||||
def GetTargetFilesZipForCustomVABCCompression(input_file, vabc_compression_param):
|
def GetTargetFilesZipForCustomVABCCompression(input_file, vabc_compression_param):
|
||||||
|
|
Loading…
Reference in a new issue