Merge "Fix properties to enable override" into main
This commit is contained in:
commit
4e7392131c
2 changed files with 4 additions and 4 deletions
|
@ -227,8 +227,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
||||||
# Bluetooth LE Audio Broadcast
|
# Bluetooth LE Audio Broadcast
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.profile.bap.broadcast.assist.enabled=true \
|
bluetooth.profile.bap.broadcast.assist.enabled?=true \
|
||||||
bluetooth.profile.bap.broadcast.source.enabled=true
|
bluetooth.profile.bap.broadcast.source.enabled?=true
|
||||||
|
|
||||||
# Bluetooth LE Audio enable hardware offloading
|
# Bluetooth LE Audio enable hardware offloading
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
|
@ -215,8 +215,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
||||||
# Bluetooth LE Audio Broadcast
|
# Bluetooth LE Audio Broadcast
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.profile.bap.broadcast.assist.enabled=true \
|
bluetooth.profile.bap.broadcast.assist.enabled?=true \
|
||||||
bluetooth.profile.bap.broadcast.source.enabled=true
|
bluetooth.profile.bap.broadcast.source.enabled?=true
|
||||||
|
|
||||||
# Bluetooth LE Audio enable hardware offloading
|
# Bluetooth LE Audio enable hardware offloading
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue