summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-07 21:28:05 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-07 21:28:06 +0100
commit9bd1dced90da781b4506e46761364ea48f11d309 (patch)
treeb05ac7820b40960ca732d18251a72b4ab3d6e03e /common.h
parentMerge "recovery: Add SetStage() into 'Run graphics test'." (diff)
parentrecovery: Drop the "--stages" / '-g' argument. (diff)
downloadandroid_bootable_recovery-9bd1dced90da781b4506e46761364ea48f11d309.tar
android_bootable_recovery-9bd1dced90da781b4506e46761364ea48f11d309.tar.gz
android_bootable_recovery-9bd1dced90da781b4506e46761364ea48f11d309.tar.bz2
android_bootable_recovery-9bd1dced90da781b4506e46761364ea48f11d309.tar.lz
android_bootable_recovery-9bd1dced90da781b4506e46761364ea48f11d309.tar.xz
android_bootable_recovery-9bd1dced90da781b4506e46761364ea48f11d309.tar.zst
android_bootable_recovery-9bd1dced90da781b4506e46761364ea48f11d309.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 319af3d72..3e5f5476f 100644
--- a/common.h
+++ b/common.h
@@ -29,7 +29,7 @@ extern RecoveryUI* ui;
extern bool modified_flash;
// The current stage, e.g. "1/2".
-extern const char* stage;
+extern std::string stage;
// The reason argument provided in "--reason=".
extern const char* reason;