Fix LE Audio sysprops typos in makefiles

Makefile contain the following sysprops

bluetooth.profile.bap.unicast.server.enabled
bluetooth.profile.tbs.server.enabled
bluetooth.profile.vc.server.enabled

However, CS indicates the above sysprops aren't defined anywhere
nor read anywhere? Given how the following LE Audio sysprops are
missing from the makefile, and the similarities in naming, we
suspect there was a typo?

bluetooth.profile.bap.unicast.client.enabled
bluetooth.profile.ccp.server.enabled
bluetooth.profile.vcp.controller.enabled

Bug: 372711861
Test: builds
Flag: EXEMPT bugfix
Change-Id: I2e9812060733ba6d380a104d79e58867a3e01aa2
This commit is contained in:
Andrew Cheng 2024-10-10 11:25:28 -07:00
parent 348defd241
commit 3f62c6b40d

View file

@ -183,7 +183,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.profile.asha.central.enabled=true \ bluetooth.profile.asha.central.enabled=true \
bluetooth.profile.a2dp.source.enabled=true \ bluetooth.profile.a2dp.source.enabled=true \
bluetooth.profile.avrcp.target.enabled=true \ bluetooth.profile.avrcp.target.enabled=true \
bluetooth.profile.bap.unicast.server.enabled=true \ bluetooth.profile.bap.unicast.client.enabled=true \
bluetooth.profile.bas.client.enabled=true \ bluetooth.profile.bas.client.enabled=true \
bluetooth.profile.csip.set_coordinator.enabled=true \ bluetooth.profile.csip.set_coordinator.enabled=true \
bluetooth.profile.gatt.enabled=true \ bluetooth.profile.gatt.enabled=true \
@ -198,8 +198,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.profile.pan.panu.enabled=true \ bluetooth.profile.pan.panu.enabled=true \
bluetooth.profile.pbap.server.enabled=true \ bluetooth.profile.pbap.server.enabled=true \
bluetooth.profile.sap.server.enabled=true \ bluetooth.profile.sap.server.enabled=true \
bluetooth.profile.tbs.server.enabled=true \ bluetooth.profile.ccp.server.enabled=true \
bluetooth.profile.vc.server.enabled=true bluetooth.profile.vcp.controller.enabled=true
# Carrier configuration default location # Carrier configuration default location
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \