diff options
author | Yifan Hong <elsk@google.com> | 2020-09-15 19:07:39 +0000 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2020-09-15 19:08:57 +0000 |
commit | 0d4a6887fb5f0232b315448c74aad80abfebd066 (patch) | |
tree | 2163ddcc2a27d0d0d957bfd7b7967ed0f4e3a55a /fastboot/fastboot.cpp | |
parent | 260b12b44595672d1bbd6b8363d68423743db70b (diff) |
Revert "fastboot: add modules partition"
Revert submission 1413808-modules_partition
Reason for revert: modules partition no longer needed
Reverted Changes:
Iceafebd85:Add modules partition
I2fa96199a:rootdir: Add modules directory
Ie397b9ec6:Add modules partition.
I4200d0cf5:fastboot: add modules partition
Bug: 163543381
Change-Id: I17dc2da5a0901797c1bc1905274e7eb02e80fd83
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 3969367b0..d33c98770 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 }, |