aboutsummaryrefslogtreecommitdiff
path: root/shinano.mk
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2014-12-16 17:59:58 +0530
committerChirayu Desai <chirayudesai1@gmail.com>2014-12-16 18:02:19 +0530
commite289f73bc0ec35fa144211c40d31a049492fd9d5 (patch)
tree0237d5e034870cfb75e5c64d7a59ab7e6fbe1b53 /shinano.mk
parentdab99a446b02b628c829ba69a23eb89dc151d6eb (diff)
bluetooth: Use bt_vendor.conf to set correct..
..firmware patch file name Z2: Chipset BCM4335C0 Z3: Chipset BCM4350C0 * libbt(-vendor) expects the filename to match the chipset reported, but we have a different common filename (from Sony stock). * Add bt_vendor.conf to set the correct name instead of creating symlinks to what was expected. Change-Id: I78fa158d052b1913284c55d7f01eef9508b975fe
Diffstat (limited to 'shinano.mk')
-rw-r--r--shinano.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/shinano.mk b/shinano.mk
index 1655771..79017f9 100644
--- a/shinano.mk
+++ b/shinano.mk
@@ -81,6 +81,10 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audio_effects.conf:system/vendor/etc/audio_effects.conf
+# Bluetooth
+PRODUCT_COPY_FILES += \
+ $(COMMON_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf
+
# Display
PRODUCT_PACKAGES += \
hwcomposer.msm8974 \