• Tom Cherry's avatar
    DO NOT MERGE init: Fix parsing of multiple property triggers · 8b72ea3f
    Tom Cherry authored
    Triggers of the form on property:a=b && property:b=c are only
    triggered on the transition of a->b (given that b=c), but not on the
    transition of b->c (given that a=b).
    
    This commit allows both transitions to trigger the property as expected
    
    Bug 23631258
    
    Change-Id: I9f70b4cbf36f8a99d10c37ad049ae8ceb378d610
    8b72ea3f
init_parser.cpp 29.8 KB