diff options
author | Treehugger Robot | 2018-08-01 15:47:53 -0500 |
---|---|---|
committer | Gerrit Code Review | 2018-08-01 15:47:53 -0500 |
commit | 10601fd5126590a8667a8ac9e98c0f3cbb56c435 (patch) | |
tree | 4bf04c8cad1fe7c04071888c0b2bb034dc9a7f1f | |
parent | af7e4567a3a70056598554392332980759f2e441 (diff) | |
parent | 94943ee331a2ff0f78539d8ecff9005b10b2cd6e (diff) | |
download | platform-system-core-10601fd5126590a8667a8ac9e98c0f3cbb56c435.tar.gz platform-system-core-10601fd5126590a8667a8ac9e98c0f3cbb56c435.tar.xz platform-system-core-10601fd5126590a8667a8ac9e98c0f3cbb56c435.zip |
Merge "Flash super partition with fastboot flashall"
-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 c830321a8..321e6bad7 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp | |||
@@ -127,6 +127,7 @@ static struct { | |||
127 | "product-services", | 127 | "product-services", |
128 | true, false }, | 128 | true, false }, |
129 | { "recovery", "recovery.img", "recovery.sig", "recovery", true, false }, | 129 | { "recovery", "recovery.img", "recovery.sig", "recovery", true, false }, |
130 | { "super", "super.img", "super.sig", "super", true, false }, | ||
130 | { "system", "system.img", "system.sig", "system", false, false }, | 131 | { "system", "system.img", "system.sig", "system", false, false }, |
131 | { nullptr, "system_other.img", "system.sig", "system", true, true }, | 132 | { nullptr, "system_other.img", "system.sig", "system", true, true }, |
132 | { "vbmeta", "vbmeta.img", "vbmeta.sig", "vbmeta", true, false }, | 133 | { "vbmeta", "vbmeta.img", "vbmeta.sig", "vbmeta", true, false }, |