summaryrefslogtreecommitdiffstats
path: root/updater/include/updater
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-03-04 09:22:47 +0100
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-03-04 09:22:47 +0100
commit328e4aa9055414a74e9bdf31526fdee0e268078a (patch)
treecdf6bc19fb0749ae82402af11aa34ab7db1a6f6e /updater/include/updater
parentSnap for 4628106 from bb928df6ebd70ac0680184927ea00b373c3e507f to pi-release (diff)
parentMerge "Add a singleton CacheLocation to replace the hard coded locations" am: 47cd789eed am: a72f93d6da (diff)
downloadandroid_bootable_recovery-328e4aa9055414a74e9bdf31526fdee0e268078a.tar
android_bootable_recovery-328e4aa9055414a74e9bdf31526fdee0e268078a.tar.gz
android_bootable_recovery-328e4aa9055414a74e9bdf31526fdee0e268078a.tar.bz2
android_bootable_recovery-328e4aa9055414a74e9bdf31526fdee0e268078a.tar.lz
android_bootable_recovery-328e4aa9055414a74e9bdf31526fdee0e268078a.tar.xz
android_bootable_recovery-328e4aa9055414a74e9bdf31526fdee0e268078a.tar.zst
android_bootable_recovery-328e4aa9055414a74e9bdf31526fdee0e268078a.zip
Diffstat (limited to 'updater/include/updater')
-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