summaryrefslogtreecommitdiffstats
path: root/fastboot/fastboot.cpp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-08-01 20:47:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-01 20:47:53 +0000
commit10601fd5126590a8667a8ac9e98c0f3cbb56c435 (patch)
tree4bf04c8cad1fe7c04071888c0b2bb034dc9a7f1f /fastboot/fastboot.cpp
parentaf7e4567a3a70056598554392332980759f2e441 (diff)
parent94943ee331a2ff0f78539d8ecff9005b10b2cd6e (diff)
downloadsystem_core-10601fd5126590a8667a8ac9e98c0f3cbb56c435.tar.gz
system_core-10601fd5126590a8667a8ac9e98c0f3cbb56c435.tar.bz2
system_core-10601fd5126590a8667a8ac9e98c0f3cbb56c435.zip
Merge "Flash super partition with fastboot flashall"
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 c830321a8..321e6bad7 100644
--- a/fastboot/fastboot.cpp
+++ b/fastboot/fastboot.cpp
@@ -127,6 +127,7 @@ static struct {
"product-services",
true, false },
{ "recovery", "recovery.img", "recovery.sig", "recovery", true, false },
+ { "super", "super.img", "super.sig", "super", true, false },
{ "system", "system.img", "system.sig", "system", false, false },
{ nullptr, "system_other.img", "system.sig", "system", true, true },
{ "vbmeta", "vbmeta.img", "vbmeta.sig", "vbmeta", true, false },