commit | 380cb8065a7f29f6598ba86ea2f8820e7c70e308 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Tue May 09 13:44:22 2023 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Tue May 09 13:44:22 2023 -0700 |
tree | f4b1cccbf11897ccad6ad038b511eb8c7c03983e | |
parent | c1ffd4c7a607cfbcbb0a6235c9d0bc34c3e5c01a [diff] [blame] |
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
diff --git a/tools/releasetools/img_from_target_files.py b/tools/releasetools/img_from_target_files.py index f8bdd81..7c27ef7 100755 --- a/tools/releasetools/img_from_target_files.py +++ b/tools/releasetools/img_from_target_files.py
@@ -118,6 +118,7 @@ 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()