diff options
author | Justin Yun <justinyun@google.com> | 2019-07-02 01:53:25 +0200 |
---|---|---|
committer | Justin Yun <justinyun@google.com> | 2019-07-10 01:33:26 +0200 |
commit | ea3c4a49489c80edd9ef745ad438868a5689939a (patch) | |
tree | 9603c3d7c9411d85e01593a7920c3f61c2e3521e | |
parent | Merge "recovery_ui: Remove RecoveryUI::last_key." (diff) | |
download | android_bootable_recovery-ea3c4a49489c80edd9ef745ad438868a5689939a.tar android_bootable_recovery-ea3c4a49489c80edd9ef745ad438868a5689939a.tar.gz android_bootable_recovery-ea3c4a49489c80edd9ef745ad438868a5689939a.tar.bz2 android_bootable_recovery-ea3c4a49489c80edd9ef745ad438868a5689939a.tar.lz android_bootable_recovery-ea3c4a49489c80edd9ef745ad438868a5689939a.tar.xz android_bootable_recovery-ea3c4a49489c80edd9ef745ad438868a5689939a.tar.zst android_bootable_recovery-ea3c4a49489c80edd9ef745ad438868a5689939a.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 |