summaryrefslogtreecommitdiffstats
path: root/updater/include
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-03-01 19:36:05 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-01 19:36:05 +0100
commit47cd789eeddcdc35e4602c426c015098860f9344 (patch)
tree9db0b6bd746646486aa990daecf8e3302c49b4c0 /updater/include
parentMerge "Fix the behavior of undefined commands in BlockImageVerify" (diff)
parentAdd a singleton CacheLocation to replace the hard coded locations (diff)
downloadandroid_bootable_recovery-47cd789eeddcdc35e4602c426c015098860f9344.tar
android_bootable_recovery-47cd789eeddcdc35e4602c426c015098860f9344.tar.gz
android_bootable_recovery-47cd789eeddcdc35e4602c426c015098860f9344.tar.bz2
android_bootable_recovery-47cd789eeddcdc35e4602c426c015098860f9344.tar.lz
android_bootable_recovery-47cd789eeddcdc35e4602c426c015098860f9344.tar.xz
android_bootable_recovery-47cd789eeddcdc35e4602c426c015098860f9344.tar.zst
android_bootable_recovery-47cd789eeddcdc35e4602c426c015098860f9344.zip
Diffstat (limited to 'updater/include')
-rw-r--r--updater/include/updater/blockimg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/updater/include/updater/blockimg.h b/updater/include/updater/blockimg.h
index 2cc68ce9d..71733b303 100644
--- a/updater/include/updater/blockimg.h
+++ b/updater/include/updater/blockimg.h
@@ -19,7 +19,6 @@
#include <string>
-extern std::string last_command_file;
void RegisterBlockImageFunctions();
#endif