From 71ae76bd1fe8a894dbe6d402d219c9a0ad466a44 Mon Sep 17 00:00:00 2001 From: RGIB Date: Mon, 7 Mar 2016 20:32:53 +0100 Subject: kona-common : add vendor conf and fix bluetooth Change-Id: Iac0f1e4a728c00b244de8f311eeae761fee9da26 --- kona-common.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kona-common.mk') diff --git a/kona-common.mk b/kona-common.mk index c9e8d13..07520ba 100755 --- a/kona-common.mk +++ b/kona-common.mk @@ -49,6 +49,12 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/nvram_net.txt_murata:system/etc/wifi/nvram_net.txt_murata \ $(LOCAL_PATH)/configs/80mac:system/etc/init.d/80mac +# Bluetooth +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/bluetooth/auto_pair_devlist.conf:system/etc/bluetooth/auto_pair_devlist.conf \ + $(LOCAL_PATH)/bluetooth/bt_did.conf:system/etc/bluetooth/bt_did.conf \ + $(LOCAL_PATH)/bluetooth/bt_stack.conf:system/etc/bluetooth/bt_stack.conf + # Charger PRODUCT_PACKAGES += \ charger_res_images -- cgit v1.1