diff options
author | Tianjie Xu <xunchang@google.com> | 2017-03-28 22:11:15 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-03-28 22:11:15 +0200 |
commit | 9166f66eee883d6d6cc280a6c355e5528bb4a3f0 (patch) | |
tree | bd93922ea314e16adf659b230581b572f624b5f0 /recovery.cpp | |
parent | Merge changes from topic 'sinkfn' am: 34df98ee6d am: 862b7e8523 (diff) | |
parent | Merge "Add the missing sr-Latn into png files and rename the png locale header" am: 713d915636 (diff) | |
download | android_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.cpp | 2 |
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; |