Skip to content
Snippets Groups Projects
Commit aac5e701 authored by LuK1337's avatar LuK1337 Committed by Demon000
Browse files

sm6250-common: releasetools: Add vbmeta images to the output zip if present

Change-Id: I18372d2f8f3ab701bd92427c571d7506540f6f05
parent 5ca0162b
No related branches found
No related tags found
No related merge requests found
......@@ -32,4 +32,6 @@ def AddImage(info, basename, dest):
def OTA_InstallEnd(info):
info.script.Print("Patching firmware images...")
AddImage(info, "dtbo.img", "/dev/block/bootdevice/by-name/dtbo")
AddImage(info, "vbmeta.img", "/dev/block/bootdevice/by-name/vbmeta")
AddImage(info, "vbmeta_system.img", "/dev/block/bootdevice/by-name/vbmeta_system")
return
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment