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

Change-Id: Ibaec558bfe945a204968e7f7a3df85dd91d49483
diff --git a/build/core/qcom_target.mk b/build/core/qcom_target.mk
index a21e838..1efd516 100644
--- a/build/core/qcom_target.mk
+++ b/build/core/qcom_target.mk
@@ -25,7 +25,7 @@
 $(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)