Bluetooth: Built-in SAR tool if supporting SAR HAL am: 7daee8149e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/19975515 Change-Id: Ia077e2a6b97730d87510b6390ec9a8dfeb213f20 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
0b4bd5da0e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ PRODUCT_COPY_FILES += \
|
|||
device/google/lynx/bluetooth/bluetooth_power_limits_L10_US.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_US.csv
|
||||
|
||||
# Bluetooth SAR test tools
|
||||
ifeq ($(TARGET_USE_QTI_BT_SAR_V1_1)$(TARGET_USE_QTI_BT_SAR),true)
|
||||
ifneq (,$(filter true, $(TARGET_USE_QTI_BT_SAR_V1_1) $(TARGET_USE_QTI_BT_SAR)))
|
||||
PRODUCT_PACKAGES_DEBUG += bluetooth_sar_test
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue