summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-06-28 19:45:16 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-06-28 19:45:16 +0200
commitb9f356f581f3a1c428cdb465954446828a39323a (patch)
tree87b0ed752d7f2e5d012b791a6b8003713378e485
parentMerge "Implement ShowMenu for StubRecoveryUI" (diff)
parentRename product_services to system_ext (diff)
downloadandroid_bootable_recovery-b9f356f581f3a1c428cdb465954446828a39323a.tar
android_bootable_recovery-b9f356f581f3a1c428cdb465954446828a39323a.tar.gz
android_bootable_recovery-b9f356f581f3a1c428cdb465954446828a39323a.tar.bz2
android_bootable_recovery-b9f356f581f3a1c428cdb465954446828a39323a.tar.lz
android_bootable_recovery-b9f356f581f3a1c428cdb465954446828a39323a.tar.xz
android_bootable_recovery-b9f356f581f3a1c428cdb465954446828a39323a.tar.zst
android_bootable_recovery-b9f356f581f3a1c428cdb465954446828a39323a.zip
-rw-r--r--updater/build_info.cpp2
-rw-r--r--updater/target_files.cpp4
2 files changed, 3 insertions, 3 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);
diff --git a/updater/target_files.cpp b/updater/target_files.cpp
index 93540b2e5..1581b25a0 100644
--- a/updater/target_files.cpp
+++ b/updater/target_files.cpp
@@ -193,10 +193,10 @@ bool TargetFile::GetBuildProps(std::map<std::string, std::string, std::less<>>*
"SYSTEM/build.prop",
"VENDOR/build.prop",
"PRODUCT/build.prop",
- "PRODUCT_SERVICES/build.prop",
+ "SYSTEM_EXT/build.prop",
"SYSTEM/vendor/build.prop",
"SYSTEM/product/build.prop",
- "SYSTEM/product_services/build.prop",
+ "SYSTEM/ext/build.prop",
"ODM/build.prop", // legacy
"ODM/etc/build.prop",
"VENDOR/odm/build.prop", // legacy