summaryrefslogtreecommitdiff
path: root/fastboot/fastboot.cpp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-05-12 10:38:53 -0700
committerYifan Hong <elsk@google.com>2020-07-09 15:06:44 -0700
commit6b1c15c0637cc47cd4bb65a91bc70479e1abe1c8 (patch)
tree6d021a05def083335673dfb3d6b6d9db1782a2d8 /fastboot/fastboot.cpp
parent9374a9c6f75412f30d473d9b974d8b53efcf1c8c (diff)
fastboot: Add vendor_dlkm
Test: add vendor_dlkm partition and flash Bug: 156020364 Change-Id: If6794ca5a76613a1a3337a4637edd1d364eff5dd
Diffstat (limited to 'fastboot/fastboot.cpp')
-rw-r--r--fastboot/fastboot.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp
index 86cf30df2..4ca6a6a69 100644
--- a/fastboot/fastboot.cpp
+++ b/fastboot/fastboot.cpp
@@ -166,6 +166,10 @@ static Image images[] = {
"vendor_boot.img", "vendor_boot.sig",
"vendor_boot",
true, ImageType::BootCritical },
+ { "vendor_dlkm",
+ "vendor_dlkm.img", "vendor_dlkm.sig",
+ "vendor_dlkm",
+ true, ImageType::Normal },
{ nullptr, "vendor_other.img", "vendor.sig", "vendor", true, ImageType::Normal },
// clang-format on
};