summaryrefslogtreecommitdiff
path: root/tc0/init.common.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tc0/init.common.rc')
-rw-r--r--tc0/init.common.rc22
1 files changed, 0 insertions, 22 deletions
diff --git a/tc0/init.common.rc b/tc0/init.common.rc
index b347c4a..e45fa18 100644
--- a/tc0/init.common.rc
+++ b/tc0/init.common.rc
@@ -20,30 +20,8 @@ on early-init
on fs
mount_all /fstab.${ro.hardware}
-on post-fs-data
- # When zygote is not started (Nanodroid), the arm64 subfolder will not be
- # created, which will make dex2oat unhappy when trying to compile a .dex
- # file.
- mkdir /data/dalvik-cache/arm64 0711 root root
- setprop vold.post_fs_data_done 1
-
on post-fs
- mount rootfs rootfs / rw remount
- mkdir /mnt 0775 root system
- mkdir /storage 0755 system system
-
setprop sys.usb.config adb
- # adjust devices permissions
- chmod 0666 /dev/ump
- chmod 0666 /dev/ion
- chmod 0666 /dev/graphics/fb0
write /sys/class/vtconsole/vtcon0/bind 0
write /sys/class/vtconsole/vtcon1/bind 0
-
-on boot
- # Disable the bootanimation to speed things up.
- # Bootanimation is a GLES1.x program and is not supported by GGA and
- # therefore must be disabled for fvp targets. This doesn't affect other
- # targets.
- setprop debug.sf.nobootanimation 1