summaryrefslogtreecommitdiffstats
path: root/rootdir/init.zygote32_64.rc
Commit message (Collapse)AuthorAgeFilesLines
* Change app_process reference to app_process32.Narayan Kamath2014-05-141-1/+1
| | | | | | | Required due to change 5a7ee9ad63 which makes app_process a symlink to the primary zygote. Change-Id: I940f6302db97f74dd57112e310014e989dc586e5
* Add a config for dual mode zygote.Narayan Kamath2014-04-101-0/+12
Note that init.zygote64.rc, which supports a "pure" 64 bit zygote is around only for testing. The life cycles of both zygotes are controlled by init, and the assumption here is that they will be available always. We start the system_server in 32 bit mode. Note that the distinction between "primary" and "secondary" simply defines the order in which ABI support is queried, there's no real requirement that the primary zygote supports the primary ABI of the device. bug: 13647418 Change-Id: Id0be001ea6f934c3c2022d89a63aae9fae66cc38