diff options
author | Yifan Hong <elsk@google.com> | 2020-09-16 22:45:54 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-09-16 22:45:54 +0000 |
commit | 4fd78ec4b314895b29a45dce718a29ee290e3017 (patch) | |
tree | 9b301105328348c3485b6cbbd54a6c8ed8165748 /fastboot/fastboot.cpp | |
parent | 73b1ac878ba6c31e29ba796f2b3716b31faeed7f (diff) | |
parent | d50c7374cc139dd41f80c94d59b514a3b79d67e1 (diff) |
Merge changes from topic "revert-1413808-modules_partition-UXSIXCGPHZ"
* changes:
Revert "rootdir: Add modules directory"
Revert "fastboot: add modules partition"
Diffstat (limited to 'fastboot/fastboot.cpp')
-rw-r--r-- | fastboot/fastboot.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 0921d72ae..4bf791ecf 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -144,7 +144,6 @@ 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 }, |