commit | 162f7d797c67019a7a3f08c3b0f0ffc91d548ddc | [log] [tgz] |
---|---|---|
author | Badhri Jagan Sridharan <badhri@google.com> | Fri Oct 10 23:19:06 2014 -0700 |
committer | Badhri Jagan Sridharan <badhri@google.com> | Mon Oct 20 13:05:56 2014 -0700 |
tree | 85cd88612c2dfa6f5434ca92e27f06af0d61bb5f | |
parent | 6d463a5f418af07bf484d356e5a3360b2632938d [diff] |
init: Add support "&&" operator in property triggers "&&" operator can now be used to test the validity of two of more properties. For example: on property:test.a=1 && property:test.b=1 setprop test.c 1 The above stub sets the test.c to 1 only when both test.a=1 and test.b=1 Change-Id: I72c19f7aa92231372a416193618ee6c7fd368141 Signed-off-by: Badhri Jagan Sridharan <badhri@google.com>