Add LE audio hardware offload property

Add these property for the development on userdebug and eng only on P22.

Test: manual

Signed-off-by: Yung Ti Su <andysu@google.com>
Change-Id: Ic80ffbbfdcafda4bba9ed6edf01002d3db7e0c0b
This commit is contained in:
Yung Ti Su 2022-03-18 19:13:34 +08:00
parent 3ff3a57ebb
commit 46e193ec79
2 changed files with 10 additions and 0 deletions

View file

@ -217,6 +217,11 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
SettingsOverlayGFE4J
# Bluetooth LE Audio Hardware offload
PRODUCT_PRODUCT_PROPERTIES += \
ro.bluetooth.leaudio_offload.supported=true \
persist.bluetooth.leaudio_offload.disabled=false
# userdebug specific
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_COPY_FILES += \

View file

@ -209,6 +209,11 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
SettingsOverlayG03Z5
# Bluetooth LE Audio Hardware offload
PRODUCT_PRODUCT_PROPERTIES += \
ro.bluetooth.leaudio_offload.supported=true \
persist.bluetooth.leaudio_offload.disabled=false
# userdebug specific
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_COPY_FILES += \