summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-03-28 22:11:15 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-03-28 22:11:15 +0200
commit9166f66eee883d6d6cc280a6c355e5528bb4a3f0 (patch)
treebd93922ea314e16adf659b230581b572f624b5f0 /recovery.cpp
parentMerge changes from topic 'sinkfn' am: 34df98ee6d am: 862b7e8523 (diff)
parentMerge "Add the missing sr-Latn into png files and rename the png locale header" am: 713d915636 (diff)
downloadandroid_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.tar
android_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.tar.gz
android_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.tar.bz2
android_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.tar.lz
android_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.tar.xz
android_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.tar.zst
android_bootable_recovery-9166f66eee883d6d6cc280a6c355e5528bb4a3f0.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;