Prechádzať zdrojové kódy

Bluetooth: Built-in SAR tool if supporting SAR HAL am: 7daee8149e am: 0b4bd5da0e

Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/19975515

Change-Id: Iaedf4aca90327f467ca030fff77573db5a5e73c8
Signed-off-by: Automerger Merge Worker <[email protected]>
Cheney Ni 2 rokov pred
rodič
commit
c65bcc08c4
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      bluetooth/qti_default.mk

+ 1 - 1
bluetooth/qti_default.mk

@@ -83,7 +83,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