sdm710-common: Remove bogus tombstone directory directives

* /data/tombstones and /data/vendor/tombstones are both created by
  the system's init.rc.
* Creating /tombstones at the root isn't allowed since the root is
  mounted read-only.

Change-Id: I6c3a287056a2264d9e9ffe4557ecca8c6e03c0bb
This commit is contained in:
Ethan Chen
2020-05-09 20:24:24 -07:00
committed by Ivan Vecera
parent 0bdc01c282
commit 17dda4226e
2 changed files with 0 additions and 7 deletions

View File

@@ -251,7 +251,6 @@ on post-fs-data
#Create directory for tftp
mkdir /data/vendor/tombstones 0771 system system
mkdir /data/vendor/tombstones/rfs 0771 system system
mkdir /data/vendor/ramdump 0771 root system

View File

@@ -33,7 +33,6 @@ import /vendor/etc/init/init.mishow.ctl.rc
on early-init
write /proc/sys/kernel/sched_boost 1
symlink /data/tombstones /tombstones
on init
write /dev/stune/foreground/schedtune.sched_boost_no_override 1
@@ -88,11 +87,6 @@ service sec_nvm /vendor/bin/sec_nvm
group system
on post-fs-data
mkdir /data/tombstones 0771 system system
mkdir /tombstones/modem 0771 system system
mkdir /tombstones/lpass 0771 system system
mkdir /tombstones/wcnss 0771 system system
mkdir /tombstones/dsps 0771 system system
mkdir /data/vendor/hbtp 0750 system system
mkdir /data/vendor/nnhal 0700 system system
mkdir /data/vendor/misc/display 0771 system system