Merge "Add fastboot-info to updatepackage" am: 717591dd4e am: 6b558b3fe4

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

Change-Id: Ic69f8fd99922a634ad2bf65e14fb3e1b7cc43399
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Daniel Zheng
2023-05-12 06:00:39 +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()