Merge "Add fastboot-info to updatepackage"
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user