Add ewp test tool in userdebug build
Bug: 220121592 Test: make; Test with /vendor/bin/hw/ewp_tool Change-Id: Ifdb05187b2f46403befb0b087cec9a146e00f8d4
This commit is contained in:
parent
d92f08f9a2
commit
92755e7a37
2 changed files with 9 additions and 0 deletions
|
@ -233,6 +233,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
ro.bluetooth.leaudio_offload.supported=true \
|
||||
persist.bluetooth.leaudio_offload.disabled=false
|
||||
|
||||
# Bluetooth EWP test tool
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
ewp_tool
|
||||
|
||||
# userdebug specific
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -225,6 +225,11 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
ro.bluetooth.leaudio_offload.supported=true \
|
||||
persist.bluetooth.leaudio_offload.disabled=false
|
||||
|
||||
|
||||
# Bluetooth EWP test tool
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
ewp_tool
|
||||
|
||||
# userdebug specific
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue