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

Commit 6f04b434 authored by Jack Chen's avatar Jack Chen Committed by Automerger Merge Worker
Browse files

Merge "init: Supplement description to property action usage" into main am:...

Merge "init: Supplement description to property action usage" into main am: 64d68e1d am: 23a64143

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



Change-Id: Idf5e34ac0070f85b588a57c8475accf2dae6465d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 36ba6a50 23a64143
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -486,6 +486,12 @@ at three times:
   2. Any time that property a transitions to value b, while property c already equals d.
   3. Any time that property c transitions to value d, while property a already equals b.

Note that, for bootloader-provided properties (ro.boot.*), their action cannot be
auto-triggered until `boot` stage. If they need to be triggered earlier, like at `early-boot`
stage, they should be tied to the `event`. For example:

`on early-boot && property:a=b`.


Trigger Sequence
----------------