summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cerqueira <ricardo@cyngn.com>2014-11-17 00:19:56 +0000
committerSteve Kondik <steve@cyngn.com>2015-10-16 21:31:39 -0700
commite6d18e7ab2a33ba9bdc53152985204fbfbbc9366 (patch)
tree716ecce5578d18afeee73b8434554a032f42edf7
parenta54848354ce03fb2ea53d881eed114a4e2d01cb1 (diff)
downloadandroid_hardware_qcom_bt-e6d18e7ab2a33ba9bdc53152985204fbfbbc9366.tar.gz
android_hardware_qcom_bt-e6d18e7ab2a33ba9bdc53152985204fbfbbc9366.tar.bz2
android_hardware_qcom_bt-e6d18e7ab2a33ba9bdc53152985204fbfbbc9366.zip
Remove QCOM platform check from top makefile
This is redundant, bt-vendor already checks for BOARD_HAVE_BLUETOOTH_QCOM Change-Id: I8f841418ff6a196734587d17b8bf8d640cc128c4
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index afac655..52c1c79 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,8 +2,6 @@ BT_VENDOR_PATH := $(call my-dir)
ifeq ($(BT_VENDOR_PATH),$(call project-path-for,bt-vendor))
-ifeq ($(call is-vendor-board-platform,QCOM),true)
include $(call all-named-subdir-makefiles,libbt-vendor)
-endif # is-vendor-board-platform
endif