e2fsdroid and mke2fs are dynamic executable in recovery partition
The two utilities are now converted to dynamic executables as shared libraries are supported in recovery mode. As part of the conversion, their location has moved from /sbin to /system/bin. Reflect the change in the program 'recovery' Bug: 79146551 Test: adb reboot recovery, and select 'Wipe data/factory reset'. The data partition is formatted and there is no selinux denial. Change-Id: Ie7cfc4c50ab1e6767e4a5170533ccf826ec7d7f3
This commit is contained in:
+2
-2
@@ -177,8 +177,8 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
LOCAL_HAL_STATIC_LIBRARIES := libhealthd
|
||||
|
||||
LOCAL_REQUIRED_MODULES := \
|
||||
e2fsdroid_static \
|
||||
mke2fs_static \
|
||||
e2fsdroid.recovery \
|
||||
mke2fs.recovery \
|
||||
mke2fs.conf
|
||||
|
||||
ifeq ($(TARGET_USERIMAGES_USE_F2FS),true)
|
||||
|
||||
Reference in New Issue
Block a user