summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2012-08-20 16:27:28 -0700
committerWink Saville <wink@google.com>2012-08-20 16:27:28 -0700
commitfb28402cf219bd46881ad4a788c957f6defbedbe (patch)
tree000242e11bd9f5ac654e0bb1d985e5bd7f53f163 /BoardConfig.mk
parent31bd5f37cf35321f83c2bff3e88f16c9d73d14de (diff)
downloaddevice_samsung_maguro-fb28402cf219bd46881ad4a788c957f6defbedbe.zip
device_samsung_maguro-fb28402cf219bd46881ad4a788c957f6defbedbe.tar.gz
device_samsung_maguro-fb28402cf219bd46881ad4a788c957f6defbedbe.tar.bz2
Add support for per device bluetooth configuration.
Bug: 6837125 Change-Id: Ief08fc116ab644e8c4f8668008561117b51a8956
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 9f9d389..2e739d5 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -12,13 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# Default values, possibly overridden by BoardConfigVendor.mk
+TARGET_BOARD_INFO_FILE := device/samsung/maguro/board-info.txt
+BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/maguro/bluetooth
+
# Use the non-open-source part, if present
-include vendor/samsung/maguro/BoardConfigVendor.mk
-# Use the open-source board-info file if none was set by the vendor
-# config.
-TARGET_BOARD_INFO_FILE ?= device/samsung/maguro/board-info.txt
-
# Use the part that is common between all tunas
include device/samsung/tuna/BoardConfig.mk