commit | 41fca646c98544c71b9e793b88bb5b3e426bb747 | [log] [tgz] |
---|---|---|
author | Amit Pundir <amit.pundir@linaro.org> | Wed Oct 05 17:36:20 2022 +0530 |
committer | Amit Pundir <amit.pundir@linaro.org> | Thu Oct 06 22:23:43 2022 +0530 |
tree | f8527087b130a192070dfa2a630a9cddd4584a82 | |
parent | d7f7dd729ee52b3906f13c6c748a9ac6764473eb [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