diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2019-07-10 06:39:52 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-07-10 06:39:52 +0200 |
commit | c992962503f9cb65ac55034774bacc72a5db102d (patch) | |
tree | 9603c3d7c9411d85e01593a7920c3f61c2e3521e | |
parent | Merge "recovery_ui: Remove RecoveryUI::last_key." (diff) | |
parent | Change the symlink to system_ext (diff) | |
download | android_bootable_recovery-c992962503f9cb65ac55034774bacc72a5db102d.tar android_bootable_recovery-c992962503f9cb65ac55034774bacc72a5db102d.tar.gz android_bootable_recovery-c992962503f9cb65ac55034774bacc72a5db102d.tar.bz2 android_bootable_recovery-c992962503f9cb65ac55034774bacc72a5db102d.tar.lz android_bootable_recovery-c992962503f9cb65ac55034774bacc72a5db102d.tar.xz android_bootable_recovery-c992962503f9cb65ac55034774bacc72a5db102d.tar.zst android_bootable_recovery-c992962503f9cb65ac55034774bacc72a5db102d.zip |
-rw-r--r-- | updater/target_files.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/target_files.cpp b/updater/target_files.cpp index 2789683b1..919ec4e04 100644 --- a/updater/target_files.cpp +++ b/updater/target_files.cpp @@ -201,7 +201,7 @@ bool TargetFile::GetBuildProps(std::map<std::string, std::string, std::less<>>* "SYSTEM_EXT/build.prop", "SYSTEM/vendor/build.prop", "SYSTEM/product/build.prop", - "SYSTEM/ext/build.prop", + "SYSTEM/system_ext/build.prop", "ODM/build.prop", // legacy "ODM/etc/build.prop", "VENDOR/odm/build.prop", // legacy |