From 6c72c16e3da9019248c8138f71612f1bc630ad7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20=C5=BBenczykowski?= Date: Mon, 22 Jun 2020 01:11:24 -0700 Subject: [PATCH] add a new trigger for launching the bpfloader MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test: built and booted Bug: 150040815 Signed-off-by: Maciej Żenczykowski Change-Id: If80758b3d7bf499d428880efa5ed555076bfc291 --- rootdir/init.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index 01551e20f..226bcf4b5 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -445,6 +445,9 @@ on late-init # Load persist properties and override properties (if enabled) from /data. trigger load_persist_props_action + # Should be before netd, but after apex, properties and logging is available. + trigger load_bpf_programs + # Now we can start zygote for devices with file based encryption trigger zygote-start