You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
762 B
24 lines
762 B
# Cannot convert to Android.bp as resource copying has not |
|
# yet implemented for soong as of 12/16/2016 |
|
LOCAL_PATH := $(call my-dir) |
|
|
|
# Bluetooth bt_stack.conf config file |
|
# ======================================================== |
|
include $(CLEAR_VARS) |
|
LOCAL_MODULE := bt_stack.conf |
|
LOCAL_MODULE_CLASS := ETC |
|
LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth |
|
LOCAL_MODULE_TAGS := optional |
|
LOCAL_SRC_FILES := $(LOCAL_MODULE) |
|
include $(BUILD_PREBUILT) |
|
|
|
# Bluetooth bt_did.conf config file |
|
# ======================================================== |
|
include $(CLEAR_VARS) |
|
LOCAL_MODULE := bt_did.conf |
|
LOCAL_MODULE_CLASS := ETC |
|
LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth |
|
LOCAL_MODULE_TAGS := optional |
|
LOCAL_SRC_FILES := $(LOCAL_MODULE) |
|
include $(BUILD_PREBUILT) |
|
|
|
|