diff options
Diffstat (limited to 'fastboot/fastboot.cpp')
-rw-r--r-- | fastboot/fastboot.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 8923f409d..5bd37e183 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -160,6 +160,10 @@ static Image images[] = { "vbmeta_system", true, ImageType::BootCritical }, { "vendor", "vendor.img", "vendor.sig", "vendor", true, ImageType::Normal }, + { "vendor_boot", + "vendor_boot.img", "vendor_boot.sig", + "vendor_boot", + true, ImageType::BootCritical }, { nullptr, "vendor_other.img", "vendor.sig", "vendor", true, ImageType::Normal }, // clang-format on }; |