summaryrefslogtreecommitdiffstats
path: root/core/qcom_target.mk
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2016-01-09 19:43:36 -0800
committerEthan Chen <intervigil@gmail.com>2016-01-09 19:43:36 -0800
commitd55bce5add0881641cf553e28f07016ce880e742 (patch)
tree0b9814aee138747c3d463556779850dc855c60b8 /core/qcom_target.mk
parentbe202afa17314f84ce69ee33a6936ca9abbf499b (diff)
downloadbuild-d55bce5add0881641cf553e28f07016ce880e742.zip
build-d55bce5add0881641cf553e28f07016ce880e742.tar.gz
build-d55bce5add0881641cf553e28f07016ce880e742.tar.bz2
qcom: Fix non-QC target pathmappings
* The actual key for camera, gps, loc-api is qcom-$(name), not $(NAME). Change-Id: Id0f2ed760cae3b5627983ef5a2206775bc880637
Diffstat (limited to 'core/qcom_target.mk')
-rw-r--r--core/qcom_target.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/qcom_target.mk b/core/qcom_target.mk
index 929a310..9d1394e 100644
--- a/core/qcom_target.mk
+++ b/core/qcom_target.mk
@@ -89,10 +89,10 @@ $(call project-set-path,qcom-audio,hardware/qcom/audio/default)
$(call project-set-path,qcom-display,hardware/qcom/display/$(TARGET_BOARD_PLATFORM))
$(call project-set-path,qcom-media,hardware/qcom/media/default)
-$(call project-set-path,CAMERA,hardware/qcom/camera)
-$(call project-set-path,GPS,hardware/qcom/gps)
-$(call project-set-path,SENSORS,hardware/qcom/sensors)
-$(call project-set-path,LOC_API,vendor/qcom/opensource/location)
+$(call project-set-path,qcom-camera,hardware/qcom/camera)
+$(call project-set-path,qcom-gps,hardware/qcom/gps)
+$(call project-set-path,qcom-sensors,hardware/qcom/sensors)
+$(call project-set-path,qcom-loc-api,vendor/qcom/opensource/location)
$(call ril-set-path-variant,ril)
$(call wlan-set-path-variant,wlan)