summaryrefslogtreecommitdiffstats
path: root/updater/build_info.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-06-28 20:29:06 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-06-28 20:29:06 +0200
commit165fd3916e3a1b67d09028d4c185f7789afd4f0b (patch)
tree80e5767a256632603536abcc7e4a0f8def656eae /updater/build_info.cpp
parentMerge "Implement ShowMenu for StubRecoveryUI" am: 6f114c72db (diff)
parentMerge "Rename product_services to system_ext" (diff)
downloadandroid_bootable_recovery-165fd3916e3a1b67d09028d4c185f7789afd4f0b.tar
android_bootable_recovery-165fd3916e3a1b67d09028d4c185f7789afd4f0b.tar.gz
android_bootable_recovery-165fd3916e3a1b67d09028d4c185f7789afd4f0b.tar.bz2
android_bootable_recovery-165fd3916e3a1b67d09028d4c185f7789afd4f0b.tar.lz
android_bootable_recovery-165fd3916e3a1b67d09028d4c185f7789afd4f0b.tar.xz
android_bootable_recovery-165fd3916e3a1b67d09028d4c185f7789afd4f0b.tar.zst
android_bootable_recovery-165fd3916e3a1b67d09028d4c185f7789afd4f0b.zip
Diffstat (limited to '')
-rw-r--r--updater/build_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/build_info.cpp b/updater/build_info.cpp
index 8e87bd3e5..3072aab54 100644
--- a/updater/build_info.cpp
+++ b/updater/build_info.cpp
@@ -79,7 +79,7 @@ std::string BuildInfo::GetProperty(const std::string_view key,
"ro.product.name"
};
const std::vector<std::string> source_order = {
- "product", "product_services", "odm", "vendor", "system",
+ "product", "odm", "vendor", "system_ext", "system",
};
if (ro_product_props.find(key) != ro_product_props.end()) {
std::string_view key_suffix(key);