diff options
author | Ethan Chen <intervigil@gmail.com> | 2016-04-18 17:18:47 -0700 |
---|---|---|
committer | Ethan Chen <intervigil@gmail.com> | 2016-04-18 17:18:47 -0700 |
commit | 175aa0c1c0dba01e196df8e8f858535ebac5c378 (patch) | |
tree | ffb33d16573e040612c9df780b0f8daf9c593de9 /core | |
parent | b0fa40c8a8dfac5077e80a0a7b18098dcd15b4cf (diff) | |
download | build-175aa0c1c0dba01e196df8e8f858535ebac5c378.zip build-175aa0c1c0dba01e196df8e8f858535ebac5c378.tar.gz build-175aa0c1c0dba01e196df8e8f858535ebac5c378.tar.bz2 |
qcom: Use correct path for BT vendor
Change-Id: I81971e65a7f75ad5755bfdbed229c30d447c7d55
Diffstat (limited to 'core')
-rw-r--r-- | core/qcom_target.mk | 2 |
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)) |