Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72a75326 authored by Jooyung Han's avatar Jooyung Han Committed by Automerger Merge Worker
Browse files

add apex-ready event after post-fs-data am: 1eb3394e

parents bc3ec37d 1eb3394e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -534,6 +534,10 @@ on late-init
    # /data, which in turn can only be loaded when system properties are present.
    trigger post-fs-data

    # APEXes are ready to use. apex-ready is a public trigger similar to apexd.status=ready which
    # is a system-private property.
    trigger apex-ready

    # Should be before netd, but after apex, properties and logging is available.
    trigger load_bpf_programs

@@ -1290,6 +1294,7 @@ on userspace-reboot-fs-remount
on userspace-reboot-resume
  trigger userspace-reboot-fs-remount
  trigger post-fs-data
  trigger apex-ready
  trigger zygote-start
  trigger early-boot
  trigger boot