mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-03 04:27:16 +09:00
Revert "sm6250-common: symlink logical partitions in recovery"
* Not needed it seems This reverts commit ac2d5035c486f17792e9333bef99a476f5880996.
This commit is contained in:
parent
537a8bbcc7
commit
77a9a70da2
@ -174,8 +174,7 @@ PRODUCT_PACKAGES += \
|
|||||||
|
|
||||||
# Recovery
|
# Recovery
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/rootdir/etc/init.recovery.qcom.rc:recovery/root/init.recovery.qcom.rc \
|
$(LOCAL_PATH)/rootdir/etc/init.recovery.qcom.rc:recovery/root/init.recovery.qcom.rc
|
||||||
$(LOCAL_PATH)/rootdir/bin/init.recovery.qcom.sh:recovery/root/init.recovery.qcom.sh
|
|
||||||
|
|
||||||
# Sensors
|
# Sensors
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
#!/system/bin/sh
|
|
||||||
|
|
||||||
while [ ! -d /dev/block/mapper ]; do
|
|
||||||
sleep 1
|
|
||||||
done
|
|
||||||
|
|
||||||
ln -s /dev/block/mapper/* /dev/block/bootdevice/by-name/
|
|
||||||
|
|
||||||
exit 0
|
|
@ -6,10 +6,3 @@ on init
|
|||||||
on fs
|
on fs
|
||||||
wait /dev/block/platform/soc/${ro.boot.bootdevice}
|
wait /dev/block/platform/soc/${ro.boot.bootdevice}
|
||||||
symlink /dev/block/platform/soc/${ro.boot.bootdevice} /dev/block/bootdevice
|
symlink /dev/block/platform/soc/${ro.boot.bootdevice} /dev/block/bootdevice
|
||||||
start init-recovery-qcom-sh
|
|
||||||
|
|
||||||
service init-recovery-qcom-sh /init.recovery.qcom.sh
|
|
||||||
user root
|
|
||||||
group root
|
|
||||||
seclabel u:r:recovery:s0
|
|
||||||
oneshot
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user