Merge "Add fastboot-info to updatepackage" am: 717591dd4e am: 6b558b3fe4 am: bb676a1eaf am: 981db15c17 am: b1f599b56b

Original change: https://android-review.googlesource.com/c/platform/build/+/2583539

Change-Id: Ib3aa6b6137d42be7e7f86a11b8ca4f9ccad4e803
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Daniel Zheng
2023-05-12 08:07:57 +00:00
committed by Automerger Merge Worker

View File

@@ -118,6 +118,7 @@ def EntriesForUserImages(input_file):
entries = [
'OTA/android-info.txt:android-info.txt',
'META/fastboot-info.txt:fastboot-info.txt',
]
with zipfile.ZipFile(input_file) as input_zip:
namelist = input_zip.namelist()