From 1b964d66b9768e372847e6163e74d806f80f5f73 Mon Sep 17 00:00:00 2001 From: RGIB Date: Sun, 13 Mar 2016 14:36:24 +0100 Subject: kona-common : finally fix bluetooth Change-Id: I9b2ebec6033f3d5fad6e1825b82da82019e50cab --- kona-common.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) mode change 100755 => 100644 kona-common.mk (limited to 'kona-common.mk') diff --git a/kona-common.mk b/kona-common.mk old mode 100755 new mode 100644 index 07520ba..f755c59 --- a/kona-common.mk +++ b/kona-common.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 The CyanogenMod Project +# Copyright (C) 2016 The CyanogenMod Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -53,7 +53,10 @@ PRODUCT_COPY_FILES += \ 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 + $(LOCAL_PATH)/bluetooth/bt_stack.conf:system/etc/bluetooth/bt_stack.conf \ + $(LOCAL_PATH)/bluetooth/iot_devlist.conf:system/etc/bluetooth/iot_devlist.conf \ + $(LOCAL_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf \ + $(LOCAL_PATH)/bluetooth/bt_config.conf:data/misc/bluedroid/bt_config.conf # Charger PRODUCT_PACKAGES += \ -- cgit v1.1