summaryrefslogtreecommitdiffstats
path: root/bluetooth/bdroid_buildcfg.h
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-11-23 06:51:34 +0100
committerKalimochoAz <calimochoazucarado@gmail.com>2012-11-23 06:51:34 +0100
commit45bc4b754b3a89d39caac8f9b58b14182c67ecf6 (patch)
tree5c052d202b6c9ce9219b5c97167319677a9889f4 /bluetooth/bdroid_buildcfg.h
parent8dc38ab89576751c794f2a8a675628f38718f246 (diff)
parent214d003a47e7fe2962df667c5d65bce92a21a40e (diff)
downloaddevice_samsung_tuna-45bc4b754b3a89d39caac8f9b58b14182c67ecf6.zip
device_samsung_tuna-45bc4b754b3a89d39caac8f9b58b14182c67ecf6.tar.gz
device_samsung_tuna-45bc4b754b3a89d39caac8f9b58b14182c67ecf6.tar.bz2
Merge remote-tracking branch 'remotes/google/jb-mr1-release' into HEAD
Conflicts: audio/audio_hw.c init.tuna.rc overlay/frameworks/base/core/res/res/xml/storage_list.xml recovery/Android.mk Change-Id: I0b13c6b5e61ea709b0e9aaa1c7b798684b33873a
Diffstat (limited to 'bluetooth/bdroid_buildcfg.h')
-rw-r--r--bluetooth/bdroid_buildcfg.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
new file mode 100644
index 0000000..5c61b6c
--- /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 BTM_DEF_LOCAL_NAME "Galaxy Nexus 2"
+
+#endif