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

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

Change-Id: Ia96e62a07a458564700f4c652e707da9074b4046
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:46:48 +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()