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

Commit 9ccd27ec authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Make change and version bump to r_aml_300802700 for mainline module file:...

Make change and version bump to r_aml_300802700 for mainline module file: adb/apex/apex_manifest.json

Change-Id: I789140f4f9a6e86e876485a988f66fa603952636
parents 2a4f9a3f 8281a9b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.adbd",
  "version": 300802600
  "version": 300802700
}
+6 −0
Original line number Diff line number Diff line
@@ -448,6 +448,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

@@ -821,6 +824,7 @@ on zygote-start && property:persist.sys.fuse=""
on zygote-start && property:ro.crypto.state=unencrypted
    # A/B update verifier that marks a successful boot.
    exec_start update_verifier_nonencrypted
    start statsd
    start netd
    start zygote
    start zygote_secondary
@@ -828,6 +832,7 @@ on zygote-start && property:ro.crypto.state=unencrypted
on zygote-start && property:ro.crypto.state=unsupported
    # A/B update verifier that marks a successful boot.
    exec_start update_verifier_nonencrypted
    start statsd
    start netd
    start zygote
    start zygote_secondary
@@ -835,6 +840,7 @@ on zygote-start && property:ro.crypto.state=unsupported
on zygote-start && property:ro.crypto.state=encrypted && property:ro.crypto.type=file
    # A/B update verifier that marks a successful boot.
    exec_start update_verifier_nonencrypted
    start statsd
    start netd
    start zygote
    start zygote_secondary