exynos9610: Use the ?= operator so BT properties can be overridden
authorSal Savage <salsavage@google.com>
Wed, 27 Apr 2022 20:30:38 +0000 (13:30 -0700)
committerNolen Johnson <johnsonnolen@gmail.com>
Mon, 24 Oct 2022 04:39:28 +0000 (00:39 -0400)
commit98b8d39f6c4824685fad619631c6af7697b0dc1b
tree511e96e33b3a7cc2995a58c1f463cc1c5cdecafe
parentef3034358801483eabeb3a12bcc8a11a58fe2981
exynos9610: 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.

Bug: 230638462
Test: adb shell getprop | grep bluetooth
Change-Id: Id6cd7901555edafef141bbc1bbd5e06dc3a54d0c
vendor.prop