From d22ff8a93ab28f8fb52f9f9e017c6651025d7282 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Thu, 27 Jan 2022 18:21:21 -0800 Subject: [PATCH] Reland "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. Relanding after fixing breakage on an internal branch. Bug: 217455793 Change-Id: Ic26f76142afb5f700bd7b12359d62feb2652b617 --- rootdir/init.no_zygote.rc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rootdir/init.no_zygote.rc diff --git a/rootdir/init.no_zygote.rc b/rootdir/init.no_zygote.rc new file mode 100644 index 000000000..8e0afcb51 --- /dev/null +++ b/rootdir/init.no_zygote.rc @@ -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.