commit | f7f8d93f06064ce6d3f176fff8673f740829a706 | [log] [tgz] |
---|---|---|
author | Amit Pundir <amit.pundir@linaro.org> | Wed Oct 05 17:36:20 2022 +0530 |
committer | Amit Pundir <amit.pundir@linaro.org> | Fri Oct 07 13:49:38 2022 +0530 |
tree | ae78a529187bada4200adf12532c2a1e4012e324 | |
parent | f707942776d45d238e7fc143afa4a531c1cbdde3 [diff] |
product.prop: Use the ?= operator so BT properties can be overridden System properties set with the "=" operator cannot be overriden. This device is used elsewhere in the system and some of the properties need to be overridden. The "?=" operator will use the assigned value if no other values are assigned elsewhere, allowing for overrides. Copied from Coral. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I94f12152e778531525e7cdc6b0c9f835b9f665e4