summaryrefslogtreecommitdiffstats
path: root/updater/include
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-02-08 20:53:37 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-02-08 20:53:37 +0100
commit6a3646fc0306b8f8781e3f080dc2f957ae811f75 (patch)
tree708dde0ab1709b15d48084ed11024055009628da /updater/include
parentMerge "Document instructions for using adb under recovery." (diff)
parentLog the last command to cache (diff)
downloadandroid_bootable_recovery-6a3646fc0306b8f8781e3f080dc2f957ae811f75.tar
android_bootable_recovery-6a3646fc0306b8f8781e3f080dc2f957ae811f75.tar.gz
android_bootable_recovery-6a3646fc0306b8f8781e3f080dc2f957ae811f75.tar.bz2
android_bootable_recovery-6a3646fc0306b8f8781e3f080dc2f957ae811f75.tar.lz
android_bootable_recovery-6a3646fc0306b8f8781e3f080dc2f957ae811f75.tar.xz
android_bootable_recovery-6a3646fc0306b8f8781e3f080dc2f957ae811f75.tar.zst
android_bootable_recovery-6a3646fc0306b8f8781e3f080dc2f957ae811f75.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