summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-03-28 22:11:15 +0200
committerTianjie Xu <xunchang@google.com>2017-03-29 00:23:40 +0200
commit0a599567ce79a80d8d511505d34fa810b11e034e (patch)
treec0c292e5a1b668d45c3a783abd931e49db3632c3 /recovery.cpp
parentMerge "tests: Construct signature-boundary.zip at runtime." (diff)
downloadandroid_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.tar
android_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.tar.gz
android_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.tar.bz2
android_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.tar.lz
android_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.tar.xz
android_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.tar.zst
android_bootable_recovery-0a599567ce79a80d8d511505d34fa810b11e034e.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index c2262161a..b24efa963 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -122,7 +122,7 @@ static const int BATTERY_READ_TIMEOUT_IN_SEC = 10;
static const int BATTERY_OK_PERCENTAGE = 20;
static const int BATTERY_WITH_CHARGER_OK_PERCENTAGE = 15;
static constexpr const char* RECOVERY_WIPE = "/etc/recovery.wipe";
-static constexpr const char* DEFAULT_LOCALE = "en_US";
+static constexpr const char* DEFAULT_LOCALE = "en-US";
static std::string locale;
static bool has_cache = false;