summaryrefslogtreecommitdiff
path: root/bluetooth
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@google.com>2017-02-15 16:50:48 -0800
committerMyles Watson <mylesgw@google.com>2017-02-23 15:46:05 -0800
commit34e2e33ebd9405c4d563976b6ac8eac3d3e692bd (patch)
tree232b440031319482ffb788631af3204baa50d57f /bluetooth
parent90ee15b058f190426e99d652b428e370ed559cb7 (diff)
downloadhikey-34e2e33ebd9405c4d563976b6ac8eac3d3e692bd.tar.gz
hikey: Remove the old Bluetooth HAL
Test: Bluetooth starts/stops, VtsHalBluetoothV1_0TargetTest passes Change-Id: I344dc2b93b6f2ed3a9610c403c548414a5b92826
Diffstat (limited to 'bluetooth')
-rw-r--r--bluetooth/bdroid_buildcfg.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
deleted file mode 100644
index a2ce34bd..00000000
--- a/bluetooth/bdroid_buildcfg.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * 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 BTM_DEF_LOCAL_NAME "Android Bluedroid"
-#define PRELOAD_START_TIMEOUT_MS 30000
-
-#endif