summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lockwoood <lockwood@google.com>2013-04-05 11:45:59 -0700
committerMike Lockwoood <lockwood@google.com>2013-04-05 11:45:59 -0700
commit3c6f1adec8e00180ec7cacd462a40b9c251b964f (patch)
tree93bb3c7b7dce4a295125fb4495ae34cbe1395a8e
parent9182f24a11cd1c70c5a99044e35f1c92c4a94493 (diff)
downloadbt-3c6f1adec8e00180ec7cacd462a40b9c251b964f.tar.gz
Enable for board msm8x27
Change-Id: I20acb6d3c65964d8dd25d32ac6e33a7c494df18a
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index a5f4e20..73600fa 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,3 @@
-ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
+ifneq ($(filter msm8960 msm8x27,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,libbt-vendor)
endif