summaryrefslogtreecommitdiff
path: root/bluetooth
diff options
context:
space:
mode:
authorCheney Ni <cheneyni@google.com>2022-09-16 16:06:19 +0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-09-21 08:46:51 +0000
commit7daee8149e9a07c648a7f9e4edfab3f0c91abfdc (patch)
treeba74d5c0fc127ab7d4ab178a37a5c72cbdb436d7 /bluetooth
parentafbec8c62bc3c83fb1ac6c26c78c0ff15dac358a (diff)
Bluetooth: Built-in SAR tool if supporting SAR HAL
Bug: 247430516 Test: Pass Android build Change-Id: I8e5510dfee461904fa5438dfc6890fb1fe6b7a5f
Diffstat (limited to 'bluetooth')
-rw-r--r--bluetooth/qti_default.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/qti_default.mk b/bluetooth/qti_default.mk
index 5f508b8..8e6b92a 100644
--- a/bluetooth/qti_default.mk
+++ b/bluetooth/qti_default.mk
@@ -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