From e289f73bc0ec35fa144211c40d31a049492fd9d5 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Tue, 16 Dec 2014 17:59:58 +0530 Subject: 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 --- Android.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 06a7d5b..d8bc40d 100644 --- a/Android.mk +++ b/Android.mk @@ -10,7 +10,4 @@ ifeq ($(BOARD_VENDOR_PLATFORM),shinano) $(TARGET_OUT_ETC)/firmware/wcd9320/wcd9320_mad_audio.bin; \ ln -sf /data/misc/audio/mbhc.bin \ $(TARGET_OUT_ETC)/firmware/wcd9320/wcd9320_mbhc.bin) - - $(shell ln -sf /system/etc/firmware/BCM43xx.hcd \ - $(TARGET_OUT_ETC)/firmware/BCM4335C0.hcd) endif -- cgit v1.2.3