diff options
| author | Pranav Vashi <neobuddy89@gmail.com> | 2020-03-24 18:27:17 +0530 |
|---|---|---|
| committer | Timi <timi.rautamaki@gmail.com> | 2020-10-29 09:12:38 +0100 |
| commit | 5bbd7e6a5c5268ae5f2add69b9de45b67a55b7fd (patch) | |
| tree | ffb07922161ddd3dc6a005fa9cc0b3a0e6e65ad1 | |
| parent | 40e548bdf86c7a4aa1d46688d90034e5fd8dca4c (diff) | |
dumpling: Move bdroid header to common tree
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I1a595c948b4f849bd6035807dc3e38ad65970064
| -rw-r--r-- | BoardConfig.mk | 3 | ||||
| -rw-r--r-- | bluetooth/include/bdroid_buildcfg.h | 34 |
2 files changed, 0 insertions, 37 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index dba1842..bdc4d9f 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -31,9 +31,6 @@ DEVICE_PATH := device/oneplus/dumpling TARGET_BOARD_INFO_FILE ?= $(DEVICE_PATH)/board-info.txt TARGET_OTA_ASSERT_DEVICE := dumpling,OnePlus5T,oneplus5t -# Bluetooth -BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth/include - # inherit from the proprietary version -include vendor/oneplus/dumpling/BoardConfigVendor.mk diff --git a/bluetooth/include/bdroid_buildcfg.h b/bluetooth/include/bdroid_buildcfg.h deleted file mode 100644 index 4b4731d..0000000 --- a/bluetooth/include/bdroid_buildcfg.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * - * Copyright (c) 2013, The Linux Foundation. All rights reserved. - * Not a Contribution, Apache license notifications and license are retained - * for attribution purposes only. - * - * Copyright (C) 2012 The Android Open Source Project - * Copyright (C) 2017 The LineageOS Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#ifndef _BDROID_BUILDCFG_H -#define _BDROID_BUILDCFG_H - -#define BTM_DEF_LOCAL_NAME "OnePlus 5T" -#define BLUETOOTH_QTI_SW TRUE -// Disables read remote device feature -#define MAX_ACL_CONNECTIONS 16 -#define MAX_L2CAP_CHANNELS 16 -#define BLE_VND_INCLUDED TRUE -// skips conn update at conn completion -#define BT_CLEAN_TURN_ON_DISABLED 1 -#endif |
