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

Commit 5465a6c8 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12864127 from 6f04b434 to 25Q2-release

Change-Id: Ia9d274f3fad690051ed6034d5d739f0548f6ad92
parents c3549802 6f04b434
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line 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.
   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.
   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
Trigger Sequence
----------------
----------------