diff options
author | Bowgo Tsai <bowgotsai@google.com> | 2018-03-29 01:24:12 +0800 |
---|---|---|
committer | Bowgo Tsai <bowgotsai@google.com> | 2018-03-29 01:31:51 +0800 |
commit | 017217ec577ec56ba1b1a898493bc5faa3c398b7 (patch) | |
tree | 03b65a518f66e22e8c3e52877d6b8bdd2bb07543 /fastboot/fastboot.cpp | |
parent | c41ff1b366eabad4371a972f6be9648990658760 (diff) |
Adding odm.img for `fastboot flashall`
Bug: 64195575
Test: fastboot flashall
Change-Id: Ie6c20a1004867e7c9cfa1894abab9252316a9154
Diffstat (limited to 'fastboot/fastboot.cpp')
-rw-r--r-- | fastboot/fastboot.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 6b01aae98..7155b7ebd 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -123,6 +123,7 @@ static struct { { nullptr, "boot_other.img", "boot.sig", "boot", true, true }, { "dtbo", "dtbo.img", "dtbo.sig", "dtbo", true, false }, { "dts", "dt.img", "dt.sig", "dts", true, false }, + { "odm", "odm.img", "odm.sig", "odm", true, false }, { "product", "product.img", "product.sig", "product", true, false }, { "recovery", "recovery.img", "recovery.sig", "recovery", true, false }, { "system", "system.img", "system.sig", "system", false, false }, |