Merge "Add fastboot-info to updatepackage"

This commit is contained in:
Daniel Zheng
2023-05-12 04:31:55 +00:00
committed by Gerrit Code Review

View File

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