From ea3c4a49489c80edd9ef745ad438868a5689939a Mon Sep 17 00:00:00 2001 From: Justin Yun Date: Tue, 2 Jul 2019 08:53:25 +0900 Subject: Change the symlink to system_ext As system_ext partition will be linked to system/system_ext, update the path to system/system_ext. Bug: 134359158 Test: build Change-Id: I5a49adfe7e045e24bf6dfbf6990a965b8a5e1ce1 --- updater/target_files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>* "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 -- cgit v1.2.3