From 1d62977df8309fecfb7f9f715ef1730e0f631c2c Mon Sep 17 00:00:00 2001 From: nyyu Date: Sun, 25 Sep 2022 11:29:37 +0200 Subject: [PATCH] mondrianwifi: rootdir: Remove /data/tombstones folder creation This is done using config.fs during build. Change-Id: Icb687abdda67f2f380ff44d609d16c14f639ec8c --- rootdir/etc/init.qcom.rc | 3 --- 1 file changed, 3 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 15c33b8..5a785d6 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -38,8 +38,6 @@ on early-init write /sys/block/zram0/comp_algorithm lz4 - symlink /data/tombstones /tombstones - on init # Start qseecomd early as we mount /system early # vold needs keymaster that needs qseecomd @@ -154,7 +152,6 @@ on post-fs-data # Gpio DVS chown radio system /sys/class/secgpio_check/secgpio_check_all/secgpio_ctrl - mkdir /data/tombstones 0771 system system mkdir /tombstones/modem 0771 system system mkdir /tombstones/lpass 0771 system system mkdir /tombstones/wcnss 0771 system system