summaryrefslogtreecommitdiffstats
path: root/core/qcom_target.mk
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2016-01-09 19:26:00 -0800
committerEthan Chen <intervigil@gmail.com>2016-01-09 19:45:03 -0800
commit420da62d60b3197f6c7e57609beea915e4110092 (patch)
tree54ed4dc2d8f57a74fa979e36127a1bf56b77186f /core/qcom_target.mk
parentd55bce5add0881641cf553e28f07016ce880e742 (diff)
downloadbuild-420da62d60b3197f6c7e57609beea915e4110092.zip
build-420da62d60b3197f6c7e57609beea915e4110092.tar.gz
build-420da62d60b3197f6c7e57609beea915e4110092.tar.bz2
qcom: Add dataservices to project pathmap
* Set vendor/qcom/opensource/dataservices as the default dataservices provider. * Devices can override this choice by setting USE_DEVICE_SPECIFIC_DATASERVICES and providing dataservices in the $(TARGET_DEVICE_DIR)/dataservices directory. * Set $(TARGET_DEVICE_DIR)/dataservices as the default dataservices provider for non-QC hardware (Nexus devices). Change-Id: Ie003110d7b745367947b4b728bc83800c0351068
Diffstat (limited to 'core/qcom_target.mk')
-rw-r--r--core/qcom_target.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/qcom_target.mk b/core/qcom_target.mk
index 9d1394e..5724a5b 100644
--- a/core/qcom_target.mk
+++ b/core/qcom_target.mk
@@ -78,6 +78,7 @@ $(call set-device-specific-path,CAMERA,camera,hardware/qcom/camera)
$(call set-device-specific-path,GPS,gps,hardware/qcom/gps)
$(call set-device-specific-path,SENSORS,sensors,hardware/qcom/sensors)
$(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 ril-set-path-variant,ril)
$(call wlan-set-path-variant,wlan-caf)
@@ -93,6 +94,7 @@ $(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 project-set-path,qcom-dataservices,$(TARGET_DEVICE_DIR)/dataservices)
$(call ril-set-path-variant,ril)
$(call wlan-set-path-variant,wlan)