Merge "Remove zygote configuration for 32-bit primary, 64-bit secondary."
This commit is contained in:
commit
cec2d69a0b
1 changed files with 0 additions and 24 deletions
|
|
@ -1,24 +0,0 @@
|
|||
service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
|
||||
class main
|
||||
priority -20
|
||||
user root
|
||||
group root readproc reserved_disk
|
||||
socket zygote stream 660 root system
|
||||
socket usap_pool_primary stream 660 root system
|
||||
onrestart write /sys/power/state on
|
||||
onrestart restart audioserver
|
||||
onrestart restart cameraserver
|
||||
onrestart restart media
|
||||
onrestart restart netd
|
||||
onrestart restart wificond
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
|
||||
service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
|
||||
class main
|
||||
priority -20
|
||||
user root
|
||||
group root readproc reserved_disk
|
||||
socket zygote_secondary stream 660 root system
|
||||
socket usap_pool_secondary stream 660 root system
|
||||
onrestart restart zygote
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
Loading…
Add table
Reference in a new issue