sdm660-common: Remove old CarrierSwitch solution init.rc code for 660
CarrierSwitch use a new solution from P or later. the new solution switch carrier by a standalone apk instead of modifing the init.rc code in old solution. So, Remove init.rc changes for old carrier switch solution. Change-Id: I2da9861d71bc73df1b19066d2fad0dd3f4dedb3e CRs-Fixed: 2377064
This commit is contained in:
parent
eacefb5592
commit
c6c623f7ed
1 changed files with 1 additions and 17 deletions
|
@ -113,23 +113,7 @@ on boot
|
|||
write /dev/cpuset/foreground/boost/cpus 0-7
|
||||
write /dev/cpuset/background/cpus 0-7
|
||||
write /dev/cpuset/system-background/cpus 0-7
|
||||
####Regionalization config and prop files####
|
||||
chmod 0644 /vendor/mnt/persist/speccfg/spec
|
||||
chmod 0644 /vendor/mnt/persist/speccfg/devicetype
|
||||
chmod 0644 /vendor/mnt/persist/speccfg/mbnversion
|
||||
chmod 0644 /vendor/mnt/persist/speccfg/.not_triggered
|
||||
chmod 0644 /vendor/mnt/persist/speccfg/vendor_ro.prop
|
||||
chmod 0644 /vendor/mnt/persist/speccfg/vendor_persist.prop
|
||||
chmod 0644 /vendor/mnt/persist/speccfg/submask
|
||||
chmod 0644 /vendor/mnt/persist/speccfg/partition
|
||||
chown system system /vendor/mnt/persist/speccfg/spec
|
||||
chown system system /vendor/mnt/persist/speccfg/devicetype
|
||||
chown system system /vendor/mnt/persist/speccfg/mbnversion
|
||||
chown system system /vendor/mnt/persist/speccfg/.not_triggered
|
||||
chown system system /vendor/mnt/persist/speccfg/vendor_ro.prop
|
||||
chown system system /vendor/mnt/persist/speccfg/vendor_persist.prop
|
||||
chown system system /vendor/mnt/persist/speccfg/submask
|
||||
chown system system /vendor/mnt/persist/speccfg/partition
|
||||
|
||||
|
||||
#spk pa-cal lct-20180914
|
||||
chmod 0664 /dev/tiload_node
|
||||
|
|
Loading…
Reference in a new issue