Fix properties to enable override
AAOS_on_phone targets need to override these properties, without that builds are failing. Bug: 382710252 Test: local build Change-Id: I8eb4f6f904370caed9d87745331ff9b2ead1a2cd
This commit is contained in:
parent
2201401f7b
commit
265e6a3415
2 changed files with 4 additions and 4 deletions
|
@ -227,8 +227,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
|
||||
# Bluetooth LE Audio Broadcast
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.profile.bap.broadcast.assist.enabled=true \
|
||||
bluetooth.profile.bap.broadcast.source.enabled=true
|
||||
bluetooth.profile.bap.broadcast.assist.enabled?=true \
|
||||
bluetooth.profile.bap.broadcast.source.enabled?=true
|
||||
|
||||
# Bluetooth LE Audio enable hardware offloading
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
|
|
@ -215,8 +215,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
|
||||
# Bluetooth LE Audio Broadcast
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.profile.bap.broadcast.assist.enabled=true \
|
||||
bluetooth.profile.bap.broadcast.source.enabled=true
|
||||
bluetooth.profile.bap.broadcast.assist.enabled?=true \
|
||||
bluetooth.profile.bap.broadcast.source.enabled?=true
|
||||
|
||||
# Bluetooth LE Audio enable hardware offloading
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue