Add fastboot-info to updatepackage

Modifying img_from_target_files to also add fastboot-info to
updatepackage

Test: m updatepackage
Bug: 194686221
Change-Id: I2e08c4269f0d83417b9d7079633bc28796d1cdd6
This commit is contained in:
Daniel Zheng
2023-05-09 13:44:22 -07:00
parent c1ffd4c7a6
commit 380cb8065a

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()