From 0b95edea783c3daf1714a399eb10fc0382b9ca2c Mon Sep 17 00:00:00 2001 From: shihchienc Date: Thu, 22 Sep 2022 07:02:44 +0000 Subject: [PATCH] Change config path for LE Audio Capabilities file Since there is no different setting for sub project under same prohject, we will change the setting file from `bluetooth/project/` to `bluetooth/` to simplify the file structure. Bug: 238983662 Test: make sure file added in config folder can be copied into devices Change-Id: I1b0d6a2107f5d69fd7bf650bad314e920810c156 Merged-In: I1b0d6a2107f5d69fd7bf650bad314e920810c156 (cherry picked from commit 6f30806b7829bed67896194f8bfe43dbcea21e31) --- .../le_audio_codec_capabilities.xml | 0 .../panther/le_audio_codec_capabilities.xml | 73 ------------------- device-cheetah.mk | 2 +- device-panther.mk | 2 +- 4 files changed, 2 insertions(+), 75 deletions(-) rename bluetooth/{cheetah => }/le_audio_codec_capabilities.xml (100%) delete mode 100644 bluetooth/panther/le_audio_codec_capabilities.xml diff --git a/bluetooth/cheetah/le_audio_codec_capabilities.xml b/bluetooth/le_audio_codec_capabilities.xml similarity index 100% rename from bluetooth/cheetah/le_audio_codec_capabilities.xml rename to bluetooth/le_audio_codec_capabilities.xml diff --git a/bluetooth/panther/le_audio_codec_capabilities.xml b/bluetooth/panther/le_audio_codec_capabilities.xml deleted file mode 100644 index a836273..0000000 --- a/bluetooth/panther/le_audio_codec_capabilities.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/device-cheetah.mk b/device-cheetah.mk index 38e0dcf..f62be6d 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -290,7 +290,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ # LE Auido Offload Capabilities setting PRODUCT_COPY_FILES += \ - device/google/pantah/bluetooth/cheetah/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml + device/google/pantah/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml # Bluetooth EWP test tool PRODUCT_PACKAGES_DEBUG += \ diff --git a/device-panther.mk b/device-panther.mk index eabed52..efe59c3 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -278,7 +278,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ # LE Auido Offload Capabilities setting PRODUCT_COPY_FILES += \ - device/google/pantah/bluetooth/panther/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml + device/google/pantah/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml # Bluetooth EWP test tool PRODUCT_PACKAGES_DEBUG += \