aboutsummaryrefslogtreecommitdiffstats
path: root/espresso-common.mk
diff options
context:
space:
mode:
authorZiyan <jaraidaniel@gmail.com>2016-03-04 12:52:48 +0100
committerAndreas Blaesius <skate4life@gmx.de>2016-06-06 15:29:15 +0200
commit23ba5989674168f7bf99c30fe44bc2ce853088d1 (patch)
treefe28205492145bae22f3f7618c39a991998d0b1a /espresso-common.mk
parent1242e7a9eba45daf24e0fb0173ed595b9561ddaf (diff)
downloaddevice_samsung_espressowifi-23ba5989674168f7bf99c30fe44bc2ce853088d1.zip
device_samsung_espressowifi-23ba5989674168f7bf99c30fe44bc2ce853088d1.tar.gz
device_samsung_espressowifi-23ba5989674168f7bf99c30fe44bc2ce853088d1.tar.bz2
bluetooth: use our own bt_vendor.conf to silence a few logcat warnings
Change-Id: Id22485ca4b19f709cea4adcdc65ca2f7e20f4744
Diffstat (limited to 'espresso-common.mk')
-rw-r--r--espresso-common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/espresso-common.mk b/espresso-common.mk
index 04f3562..3026318 100644
--- a/espresso-common.mk
+++ b/espresso-common.mk
@@ -64,6 +64,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
wifi.interface=wlan0 \
wifi.supplicant_scan_interval=15
+# Bluetooth
+PRODUCT_COPY_FILES += \
+ $(LOCAL_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf
+
# Media profiles
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml \