The property persist.bluetooth.le_audio_test should be false
by default, only set to true when testing LE Audio Bug: 220837601 Test: build pass Change-Id: I0ab26985933fe42127b754a3199beb5d30afb014
This commit is contained in:
parent
432fc04f64
commit
434b1bdfb5
2 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.bluetooth.leaudio_offload.supported=true \
|
||||
persist.bluetooth.leaudio_offload.disabled=true \
|
||||
persist.bluetooth.le_audio_test=true
|
||||
persist.bluetooth.le_audio_test=false
|
||||
endif
|
||||
|
||||
# Device features
|
||||
|
|
|
@ -253,7 +253,7 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.bluetooth.leaudio_offload.supported=true \
|
||||
persist.bluetooth.leaudio_offload.disabled=true \
|
||||
persist.bluetooth.le_audio_test=true
|
||||
persist.bluetooth.le_audio_test=false
|
||||
endif
|
||||
|
||||
# Device features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue