commit | 1414e3cc7777683c25420f9068d164b5c3163ce8 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Thu Jan 27 18:21:21 2022 -0800 |
committer | Peter Collingbourne <pcc@google.com> | Thu Jan 27 20:18:39 2022 -0800 |
tree | 025a57797922dafa0a12f89cba709acc2c62f9bb | |
parent | d0a4e710e9241fbf427fbebf107648841663e0a4 [diff] |
Add a core configuration that disables the zygote. In targets that do not include a zygote binary, attempting to start the zygote service will result in repeated service restarts. Avoid this by providing a way for targets to opt out of declaring a zygote service. The fvp_mini target does not have a zygote, so apply this opt-out to that target. Change-Id: I4f918502e611e950fa039e4e2ed817c97b928ba2