aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2014-12-16 17:16:08 +0530
committerChirayu Desai <chirayudesai1@gmail.com>2014-12-16 17:16:30 +0530
commitdab99a446b02b628c829ba69a23eb89dc151d6eb (patch)
tree7618097e3fca27dae1f606f0130a52df4f0e91bb /Android.mk
parent10d0326b33c63a2475633ff5273fc53863492b78 (diff)
bluetooth: Update firmware name
* This changed in 23.0.1.A.0.167 Change-Id: I33835d99c06e2a28eead44cd2cc7a4f51d431287
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index b08d5a6..06a7d5b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,6 +11,6 @@ ifeq ($(BOARD_VENDOR_PLATFORM),shinano)
ln -sf /data/misc/audio/mbhc.bin \
$(TARGET_OUT_ETC)/firmware/wcd9320/wcd9320_mbhc.bin)
- $(shell ln -sf /system/etc/firmware/BCM4339.hcd \
+ $(shell ln -sf /system/etc/firmware/BCM43xx.hcd \
$(TARGET_OUT_ETC)/firmware/BCM4335C0.hcd)
endif