summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-05-25 11:14:53 +0200
committerJiyong Park <jiyong@google.com>2020-05-25 11:14:53 +0200
commitbfd6764bf633bc4e6f6c403bbd10c6bc0ea1f3d9 (patch)
tree7e41d03cdc6a8fc210c9cd0d85092b6450d81702
parentMerge changes from topic "nonab_pkg" (diff)
downloadandroid_bootable_recovery-bfd6764bf633bc4e6f6c403bbd10c6bc0ea1f3d9.tar
android_bootable_recovery-bfd6764bf633bc4e6f6c403bbd10c6bc0ea1f3d9.tar.gz
android_bootable_recovery-bfd6764bf633bc4e6f6c403bbd10c6bc0ea1f3d9.tar.bz2
android_bootable_recovery-bfd6764bf633bc4e6f6c403bbd10c6bc0ea1f3d9.tar.lz
android_bootable_recovery-bfd6764bf633bc4e6f6c403bbd10c6bc0ea1f3d9.tar.xz
android_bootable_recovery-bfd6764bf633bc4e6f6c403bbd10c6bc0ea1f3d9.tar.zst
android_bootable_recovery-bfd6764bf633bc4e6f6c403bbd10c6bc0ea1f3d9.zip
-rw-r--r--recovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index b1f106b1c..e02bc726e 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -702,7 +702,7 @@ Device::BuiltinAction start_recovery(Device* device, const std::vector<std::stri
}
std::vector<std::string> title_lines =
- android::base::Split(android::base::GetProperty("ro.bootimage.build.fingerprint", ""), ":");
+ android::base::Split(android::base::GetProperty("ro.build.fingerprint", ""), ":");
title_lines.insert(std::begin(title_lines), "Android Recovery");
ui->SetTitle(title_lines);