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
This commit is contained in:
Peter Collingbourne 2022-01-27 18:21:21 -08:00
parent d0a4e710e9
commit 1414e3cc77
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# This is an empty file that does not specify any zygote services.
# It exists to support targets that do not include a zygote.