remove sysfs rw remount

This commit is contained in:
Ziyang Zhou
2022-01-05 19:34:47 +08:00
parent ac2cc6f2d9
commit 920e9f2f73
2 changed files with 1 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
on early-init
mount debugfs debugfs /sys/kernel/debug mode=755
mount sysfs sysfs /sys rw remount # ueventd fix
chmod 666 /dev/ashmem
chmod 666 /dev/ptmx
chmod 666 /dev/pts/ptmx

View File

@@ -79,7 +79,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# disable ueventd coldboot for performance
PRODUCT_PROPERTY_OVERRIDES += \
ro.cold_boot_done=true \
ro.cold_boot_done=true \
# Phone App required
PRODUCT_PACKAGES += \