diff options
author | Tao Bao <tbao@google.com> | 2017-01-24 06:00:27 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-24 06:00:27 +0100 |
commit | 14be4eb8ce5389a09d341522f55f6ff5956c9273 (patch) | |
tree | 437fb921f2f3dcd347a1aca597dd991b9e6c1a67 /updater/updater.cpp | |
parent | Merge "bootctrl HAL uses "default" service name" am: cf1af460d5 (diff) | |
parent | Merge "Print with newline for ui_print." (diff) | |
download | android_bootable_recovery-14be4eb8ce5389a09d341522f55f6ff5956c9273.tar android_bootable_recovery-14be4eb8ce5389a09d341522f55f6ff5956c9273.tar.gz android_bootable_recovery-14be4eb8ce5389a09d341522f55f6ff5956c9273.tar.bz2 android_bootable_recovery-14be4eb8ce5389a09d341522f55f6ff5956c9273.tar.lz android_bootable_recovery-14be4eb8ce5389a09d341522f55f6ff5956c9273.tar.xz android_bootable_recovery-14be4eb8ce5389a09d341522f55f6ff5956c9273.tar.zst android_bootable_recovery-14be4eb8ce5389a09d341522f55f6ff5956c9273.zip |
Diffstat (limited to '')
-rw-r--r-- | updater/updater.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/updater/updater.cpp b/updater/updater.cpp index 473066263..22c060fcb 100644 --- a/updater/updater.cpp +++ b/updater/updater.cpp @@ -191,7 +191,6 @@ int main(int argc, char** argv) { } fprintf(cmd_pipe, "ui_print %s\n", line.c_str()); } - fprintf(cmd_pipe, "ui_print\n"); } if (state.error_code != kNoError) { |