summaryrefslogtreecommitdiffstats
path: root/updater/include
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-02-08 21:06:35 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-02-08 21:06:35 +0100
commit6d78bb52363d06e13f902a67b905e4f3a161ab50 (patch)
tree708dde0ab1709b15d48084ed11024055009628da /updater/include
parentMerge "Document instructions for using adb under recovery." (diff)
parentMerge "Log the last command to cache" (diff)
downloadandroid_bootable_recovery-6d78bb52363d06e13f902a67b905e4f3a161ab50.tar
android_bootable_recovery-6d78bb52363d06e13f902a67b905e4f3a161ab50.tar.gz
android_bootable_recovery-6d78bb52363d06e13f902a67b905e4f3a161ab50.tar.bz2
android_bootable_recovery-6d78bb52363d06e13f902a67b905e4f3a161ab50.tar.lz
android_bootable_recovery-6d78bb52363d06e13f902a67b905e4f3a161ab50.tar.xz
android_bootable_recovery-6d78bb52363d06e13f902a67b905e4f3a161ab50.tar.zst
android_bootable_recovery-6d78bb52363d06e13f902a67b905e4f3a161ab50.zip
Diffstat (limited to 'updater/include')
-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