Add LE audio hardware offload property am: 8ee4619b23
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/17085324 Change-Id: I56f629c284fab2b0fc5a216d94b96fc05d62ebf3
This commit is contained in:
commit
b1820b6831
2 changed files with 18 additions and 0 deletions
|
@ -229,3 +229,12 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
||||||
# This device is shipped with 31 (Android S)
|
# This device is shipped with 31 (Android S)
|
||||||
PRODUCT_SHIPPING_API_LEVEL := 31
|
PRODUCT_SHIPPING_API_LEVEL := 31
|
||||||
|
|
||||||
|
# userdebug specific
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
# Bluetooth LE Audio Hardware offload
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
ro.bluetooth.leaudio_offload.supported=true \
|
||||||
|
persist.bluetooth.leaudio_offload.disabled=true \
|
||||||
|
persist.bluetooth.le_audio_test=true
|
||||||
|
endif
|
||||||
|
|
|
@ -246,3 +246,12 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
||||||
# This device is shipped with 31 (Android S)
|
# This device is shipped with 31 (Android S)
|
||||||
PRODUCT_SHIPPING_API_LEVEL := 31
|
PRODUCT_SHIPPING_API_LEVEL := 31
|
||||||
|
|
||||||
|
# userdebug specific
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
# Bluetooth LE Audio Hardware offload
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
ro.bluetooth.leaudio_offload.supported=true \
|
||||||
|
persist.bluetooth.leaudio_offload.disabled=true \
|
||||||
|
persist.bluetooth.le_audio_test=true
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue