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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user