summaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-12-14 20:01:43 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-12-14 20:01:43 +0100
commit4a9fe8e1d210438f23513b529e13ac8ea42adff2 (patch)
treeb8505ee459d422f782138b2d818ad2e83c4402d3 /install.cpp
parentMerge "Add tests for setup-bcb and clear-bcb via uncrypt." am: 4e48a6c1a1 am: af62097c08 am: b1e8150c44 (diff)
parentMerge "Remove the obsolete comments for firmware update." am: 833ecb03f2 am: 527f08ed0b (diff)
downloadandroid_bootable_recovery-4a9fe8e1d210438f23513b529e13ac8ea42adff2.tar
android_bootable_recovery-4a9fe8e1d210438f23513b529e13ac8ea42adff2.tar.gz
android_bootable_recovery-4a9fe8e1d210438f23513b529e13ac8ea42adff2.tar.bz2
android_bootable_recovery-4a9fe8e1d210438f23513b529e13ac8ea42adff2.tar.lz
android_bootable_recovery-4a9fe8e1d210438f23513b529e13ac8ea42adff2.tar.xz
android_bootable_recovery-4a9fe8e1d210438f23513b529e13ac8ea42adff2.tar.zst
android_bootable_recovery-4a9fe8e1d210438f23513b529e13ac8ea42adff2.zip
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 f124a2688..772d81caf 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.
//