From 22bbfc3d3ee78b906c87e00be978f85ef7225b37 Mon Sep 17 00:00:00 2001 From: Samuel Gosselin Date: Wed, 7 Jun 2023 18:49:00 +0000 Subject: [PATCH] Fix the source paths of the bluetooth csv files The source files currently referenced with LOCAL_PATH, which is not always correctly set. Fix the paths by using the fullpath from the AOSP root instead. Tests: - CI for felix - Locally built lunch combo for felix on staging kernel. Bug: 277993984 Change-Id: I014ab23d480751d219e2c3fc4da457b6b4664866 Signed-off-by: Samuel Gosselin --- device-felix.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/device-felix.mk b/device-felix.mk index d5e6d17..c05ffc9 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -136,10 +136,10 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Bluetooth Tx power caps PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/bluetooth/bluetooth_power_limits_felix_US.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv \ - $(LOCAL_PATH)/bluetooth/bluetooth_power_limits_felix_JP.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_JP.csv \ - $(LOCAL_PATH)/bluetooth/bluetooth_power_limits_felix_EU.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_EU.csv \ - $(LOCAL_PATH)/bluetooth/bluetooth_power_limits_felix_US.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_US.csv + device/google/felix/bluetooth/bluetooth_power_limits_felix_US.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv \ + device/google/felix/bluetooth/bluetooth_power_limits_felix_JP.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_JP.csv \ + device/google/felix/bluetooth/bluetooth_power_limits_felix_EU.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_EU.csv \ + device/google/felix/bluetooth/bluetooth_power_limits_felix_US.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_US.csv # Spatial Audio PRODUCT_PACKAGES += \