From 4cf2cbd78f862e65e627133fd4a5950197f57789 Mon Sep 17 00:00:00 2001 From: Cheney Ni Date: Tue, 26 Jul 2022 20:44:33 +0800 Subject: [PATCH] Bluetooth: Fix broken builds by no such file Using full path name instead of $(LOCAL_PATH) Bug: 240249614 Test: Build Pass Change-Id: I83c9ceb2c628b9f7a28315c7c2af3a1e26232565 --- bluetooth/qti_default.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bluetooth/qti_default.mk b/bluetooth/qti_default.mk index 8d21a33..a6abd5c 100644 --- a/bluetooth/qti_default.mk +++ b/bluetooth/qti_default.mk @@ -71,9 +71,9 @@ PRODUCT_PACKAGES += \ # Bluetooth SAR Tx power caps PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/bluetooth/bluetooth_power_limits_L10_EU.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_EU.csv \ - $(LOCAL_PATH)/bluetooth/bluetooth_power_limits_L10_JP.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_JP.csv \ - $(LOCAL_PATH)/bluetooth/bluetooth_power_limits_L10_US.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_US.csv + device/google/lynx/bluetooth/bluetooth_power_limits_L10_EU.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_EU.csv \ + device/google/lynx/bluetooth/bluetooth_power_limits_L10_JP.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_JP.csv \ + 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)