Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 380cb806 authored by Daniel Zheng's avatar Daniel Zheng
Browse files

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
parent c1ffd4c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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()