summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshi Kikuchi <toshik@google.com>2012-11-27 20:07:41 -0800
committerToshi Kikuchi <toshik@google.com>2012-11-27 20:08:17 -0800
commit2a61c047fe51b6aa60901a9dea3939bd167fd6a1 (patch)
treea63bcb0c8b409713d58d3e6e10d22a1ed1cd8733
parentdca653a64a09a0b94b28fc6034b6330ebf06a76c (diff)
downloadbt-2a61c047fe51b6aa60901a9dea3939bd167fd6a1.tar.gz
Build libbt only if BOARD_HAVE_BLUETOOTH_MRVL is defined
Change-Id: I2b03a77416d7347fc68c6771eae84268ae38115d Signed-off-by: Toshi Kikuchi <toshik@google.com>
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index d34dc85..948a037 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1 +1,3 @@
+ifneq ($(BOARD_HAVE_BLUETOOTH_MRVL),)
include $(call all-named-subdir-makefiles,libbt-vendor)
+endif