d77b91b4ba
I noticed that the zygote64 and zygote64_32 files had gotten slightly out of sync as a result of change I3aad4b4b1d2f54db9e7ba86db8a655d8552bad0a. Merge the zygote64_32 changes into zygote64, and to prevent this from happening again, replace the 64-bit zygote declaration in zygote64_32 with an import from zygote64. Change-Id: I7fcceeb22b722c2164b9acf0b517a32ce34731fd
11 lines
450 B
Text
11 lines
450 B
Text
import /system/etc/init/hw/init.zygote64.rc
|
|
|
|
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload
|
|
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
|
|
task_profiles ProcessCapacityHigh MaxPerformance
|