Merge "add a new trigger for launching the bpfloader" am: d9299c5119

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1345185

Change-Id: I9669ff9795fc78b006101030e6ba10f40d4d8b63
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 01551e2..226bcf4 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -445,6 +445,9 @@
     # 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