summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-17 01:46:01 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-17 01:46:01 +0200
commit5b3d6cf58b5d05ba01fe3941c7f70c37babd08d8 (patch)
tree519354011c783491291e629a31f567a1f130207a /common.h
parentMerge "Last command file should be updated after a command finishes" (diff)
parentrecovery: Refactor common setup into main() (diff)
downloadandroid_bootable_recovery-5b3d6cf58b5d05ba01fe3941c7f70c37babd08d8.tar
android_bootable_recovery-5b3d6cf58b5d05ba01fe3941c7f70c37babd08d8.tar.gz
android_bootable_recovery-5b3d6cf58b5d05ba01fe3941c7f70c37babd08d8.tar.bz2
android_bootable_recovery-5b3d6cf58b5d05ba01fe3941c7f70c37babd08d8.tar.lz
android_bootable_recovery-5b3d6cf58b5d05ba01fe3941c7f70c37babd08d8.tar.xz
android_bootable_recovery-5b3d6cf58b5d05ba01fe3941c7f70c37babd08d8.tar.zst
android_bootable_recovery-5b3d6cf58b5d05ba01fe3941c7f70c37babd08d8.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 3dc36a960..c24431bd1 100644
--- a/common.h
+++ b/common.h
@@ -32,6 +32,7 @@ struct selabel_handle;
extern struct selabel_handle* sehandle;
extern RecoveryUI* ui;
extern bool modified_flash;
+extern bool has_cache;
// The current stage, e.g. "1/2".
extern std::string stage;