summaryrefslogtreecommitdiffstats
path: root/core/qcom_target.mk
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2016-04-18 17:18:47 -0700
committerEthan Chen <intervigil@gmail.com>2016-04-18 17:18:47 -0700
commit175aa0c1c0dba01e196df8e8f858535ebac5c378 (patch)
treeffb33d16573e040612c9df780b0f8daf9c593de9 /core/qcom_target.mk
parentb0fa40c8a8dfac5077e80a0a7b18098dcd15b4cf (diff)
downloadbuild-175aa0c1c0dba01e196df8e8f858535ebac5c378.zip
build-175aa0c1c0dba01e196df8e8f858535ebac5c378.tar.gz
build-175aa0c1c0dba01e196df8e8f858535ebac5c378.tar.bz2
qcom: Use correct path for BT vendor
Change-Id: I81971e65a7f75ad5755bfdbed229c30d447c7d55
Diffstat (limited to 'core/qcom_target.mk')
-rw-r--r--core/qcom_target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qcom_target.mk b/core/qcom_target.mk
index e38378d..9fda1ff 100644
--- a/core/qcom_target.mk
+++ b/core/qcom_target.mk
@@ -82,7 +82,7 @@ $(call set-device-specific-path,LOC_API,loc-api,vendor/qcom/opensource/location)
$(call set-device-specific-path,DATASERVICES,dataservices,vendor/qcom/opensource/dataservices)
$(call project-set-path,ril,hardware/ril)
$(call project-set-path,wlan,hardware/qcom/wlan)
-$(call project-set-path,bt,hardware/qcom/bt)
+$(call project-set-path,bt-vendor,hardware/qcom/bt)
else
$(call project-set-path,qcom-audio,hardware/qcom/audio-caf/$(QCOM_HARDWARE_VARIANT))