Merge "Bluetooth: Set Bluetooth Device default name to QCOM-BTD"

This commit is contained in:
Linux Build Service Account 2013-05-31 23:04:45 -07:00 committed by Gerrit - the friendly Code Review server
commit 48036ad123
2 changed files with 27 additions and 0 deletions

26
bdroid_buildcfg.h Normal file
View File

@ -0,0 +1,26 @@
/*
*
* 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
*
* 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 "QCOM-BTD"
#endif

View File

@ -102,6 +102,7 @@ BSON := libbson
BT := javax.btobex
BT += libattrib_static
BT += hcidump.sh
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/qcom/common
#C2DColorConvert
C2DCC := libc2dcolorconvert