summaryrefslogtreecommitdiff
path: root/fastboot/fastboot.cpp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-08-10 17:48:23 -0700
committerYifan Hong <elsk@google.com>2020-08-25 18:02:23 -0700
commit260b12b44595672d1bbd6b8363d68423743db70b (patch)
tree23254ed9d33255ea5466274ccedf73d58352bfcc /fastboot/fastboot.cpp
parent6373d11b215d77d90c2e82dba94e9ccc30856845 (diff)
fastboot: add modules partition
Test: none Bug: 163543381 Change-Id: I4200d0cf525ca7b350fdf468c4f3795a8c5015c9
Diffstat (limited to 'fastboot/fastboot.cpp')
-rw-r--r--fastboot/fastboot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp
index d33c98770..3969367b0 100644
--- a/fastboot/fastboot.cpp
+++ b/fastboot/fastboot.cpp
@@ -144,6 +144,7 @@ static Image images[] = {
{ "cache", "cache.img", "cache.sig", "cache", true, ImageType::Extra },
{ "dtbo", "dtbo.img", "dtbo.sig", "dtbo", true, ImageType::BootCritical },
{ "dts", "dt.img", "dt.sig", "dts", true, ImageType::BootCritical },
+ { "modules", "modules.img", "modules.sig", "modules", true, ImageType::Normal },
{ "odm", "odm.img", "odm.sig", "odm", true, ImageType::Normal },
{ "odm_dlkm", "odm_dlkm.img", "odm_dlkm.sig", "odm_dlkm", true, ImageType::Normal },
{ "product", "product.img", "product.sig", "product", true, ImageType::Normal },