aboutsummaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-12-13 22:29:49 -0800
committerTao Bao <tbao@google.com>2016-12-13 22:36:02 -0800
commitc0336399ae96f2a93663020efe9c75c56c19fd98 (patch)
treeb49ca26a9ac9fc49be3c6d942eecb0e7f38f13f4 /install.cpp
parent4e48a6c1a168dfa31385c9ce38062e12671da31d (diff)
downloadandroid_bootable_recovery-c0336399ae96f2a93663020efe9c75c56c19fd98.tar.gz
android_bootable_recovery-c0336399ae96f2a93663020efe9c75c56c19fd98.tar.bz2
android_bootable_recovery-c0336399ae96f2a93663020efe9c75c56c19fd98.zip
Remove the obsolete comments for firmware update.
The corresponding code was removed in commit e08991e02a7d678f2574e85289a34b2a9a537c82 in 2010 (Froyo). Test: N/A Change-Id: I2b296e1b07d54232bade79fda7501387d65a4c37
Diffstat (limited to 'install.cpp')
-rw-r--r--install.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/install.cpp b/install.cpp
index dd6ed81c..b23586c6 100644
--- a/install.cpp
+++ b/install.cpp
@@ -335,15 +335,6 @@ try_update_binary(const char* path, ZipArchiveHandle zip, bool* wipe_cache,
// progress bar within the segment defined by the most
// recent progress command.
//
- // firmware <"hboot"|"radio"> <filename>
- // arrange to install the contents of <filename> in the
- // given partition on reboot.
- //
- // (API v2: <filename> may start with "PACKAGE:" to
- // indicate taking a file from the OTA package.)
- //
- // (API v3: this command no longer exists.)
- //
// ui_print <string>
// display <string> on the screen.
//