summaryrefslogtreecommitdiffstats
path: root/updater/build_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'updater/build_info.cpp')
-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);