lineage: qcom: Set proper CAF data-ipa-cfg-mgr pathmap

Change-Id: Ibaec558bfe945a204968e7f7a3df85dd91d49483
This commit is contained in:
Michael Bestas
2019-01-03 23:54:09 +02:00
parent da0ae04cd3
commit e4dc50fa6a

View File

@@ -25,7 +25,7 @@ $(call set-device-specific-path,DISPLAY,display,hardware/qcom/display-caf/$(QCOM
$(call set-device-specific-path,MEDIA,media,hardware/qcom/media-caf/$(QCOM_HARDWARE_VARIANT))
$(call set-device-specific-path,CAMERA,camera,hardware/qcom/camera)
$(call set-device-specific-path,DATA_IPA_CFG_MGR,data-ipa-cfg-mgr,hardware/qcom/data/ipacfg-mgr)
$(call set-device-specific-path,DATA_IPA_CFG_MGR,data-ipa-cfg-mgr,vendor/qcom/opensource/data-ipa-cfg-mgr)
$(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)