summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-06-22 17:58:57 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-06-22 17:58:57 +0000
commit454721f93e5914600e9197a232abf1a62d9ca7d7 (patch)
tree52aa73dfaa18f3a5b0cec0ebf62d7b7f8774e009
parenta6b96db0e789de620d20b70f1a11dbe7150cd906 (diff)
parentc89f26eb94dfcd3434069bebb0a8f306428ee4cd (diff)
downloadhikey-454721f93e5914600e9197a232abf1a62d9ca7d7.tar.gz
Merge "bluetooth: disable BLE_VND_INCLUDED"
-rw-r--r--bluetooth/bdroid_buildcfg.h22
-rw-r--r--device-common.mk1
2 files changed, 23 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
new file mode 100644
index 00000000..2315b3de
--- /dev/null
+++ b/bluetooth/bdroid_buildcfg.h
@@ -0,0 +1,22 @@
+/*
+ * Copyright (C) 2012 The Android Open Source 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 BLE_VND_INCLUDED FALSE
+
+#endif
diff --git a/device-common.mk b/device-common.mk
index dea852c0..3833ca16 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -274,3 +274,4 @@ PRODUCT_PACKAGES += \
suspend_blocker
TARGET_PRODUCT_PROP := $(LOCAL_PATH)/product.prop
+BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/linaro/hikey/bluetooth