summaryrefslogtreecommitdiffstats
path: root/updater/include/updater/blockimg.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-02-08 21:15:40 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-02-08 21:15:40 +0100
commit66db2c56360ff3e8f2602181ba1fe52c6d1ad3c5 (patch)
treea24c08006459aa5060962b353b0dae838bcc82be /updater/include/updater/blockimg.h
parentMerge "Document instructions for using adb under recovery." am: 7ee7e27400 am: 41186e13b7 (diff)
parentMerge "Log the last command to cache" am: 6a3646fc03 (diff)
downloadandroid_bootable_recovery-66db2c56360ff3e8f2602181ba1fe52c6d1ad3c5.tar
android_bootable_recovery-66db2c56360ff3e8f2602181ba1fe52c6d1ad3c5.tar.gz
android_bootable_recovery-66db2c56360ff3e8f2602181ba1fe52c6d1ad3c5.tar.bz2
android_bootable_recovery-66db2c56360ff3e8f2602181ba1fe52c6d1ad3c5.tar.lz
android_bootable_recovery-66db2c56360ff3e8f2602181ba1fe52c6d1ad3c5.tar.xz
android_bootable_recovery-66db2c56360ff3e8f2602181ba1fe52c6d1ad3c5.tar.zst
android_bootable_recovery-66db2c56360ff3e8f2602181ba1fe52c6d1ad3c5.zip
Diffstat (limited to 'updater/include/updater/blockimg.h')
-rw-r--r--updater/include/updater/blockimg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/updater/include/updater/blockimg.h b/updater/include/updater/blockimg.h
index 2f4ad3c04..2cc68ce9d 100644
--- a/updater/include/updater/blockimg.h
+++ b/updater/include/updater/blockimg.h
@@ -17,6 +17,9 @@
#ifndef _UPDATER_BLOCKIMG_H_
#define _UPDATER_BLOCKIMG_H_
+#include <string>
+
+extern std::string last_command_file;
void RegisterBlockImageFunctions();
#endif