OSDN Git Service

[automerger skipped] Merge "DO NOT MERGE: SDP: Check p_end in save_attr_seq and add_a...
[android-x86/system-bt.git] / conf / Android.mk
1 # Cannot convert to Android.bp as resource copying has not
2 # yet implemented for soong as of 12/16/2016
3 LOCAL_PATH := $(call my-dir)
4
5 # Bluetooth bt_stack.conf config file
6 # ========================================================
7 include $(CLEAR_VARS)
8 LOCAL_MODULE := bt_stack.conf
9 LOCAL_MODULE_CLASS := ETC
10 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
11 LOCAL_MODULE_TAGS := optional
12 LOCAL_SRC_FILES := $(LOCAL_MODULE)
13 include $(BUILD_PREBUILT)
14
15 # Bluetooth bt_did.conf config file
16 # ========================================================
17 include $(CLEAR_VARS)
18 LOCAL_MODULE := bt_did.conf
19 LOCAL_MODULE_CLASS := ETC
20 LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth
21 LOCAL_MODULE_TAGS := optional
22 LOCAL_SRC_FILES := $(LOCAL_MODULE)
23 include $(BUILD_PREBUILT)
24