build: Don't set pathmap for AOSP qcom hardware repositories

* No longer needed after I9cf83430ffec4fbd224e724513d371ba8785606d

Change-Id: I594266314e1121ac6f13f9ed79774088667090d4
This commit is contained in:
Michael Bestas 2019-09-25 21:04:48 +03:00
parent 84948089b6
commit 0d941af154

View file

@ -28,19 +28,5 @@ $(call set-device-specific-path,WLAN,wlan,hardware/qcom-caf/wlan)
PRODUCT_CFI_INCLUDE_PATHS += \
hardware/qcom-caf/wlan/qcwcn/wpa_supplicant_8_lib
else
$(call project-set-path,qcom-audio,hardware/qcom/audio)
$(call project-set-path,qcom-display,hardware/qcom/display/$(TARGET_BOARD_PLATFORM))
$(call project-set-path,qcom-media,hardware/qcom/media/$(TARGET_BOARD_PLATFORM))
$(call project-set-path,qcom-bt-vendor,hardware/qcom/bt)
$(call project-set-path,qcom-camera,hardware/qcom/camera)
$(call project-set-path,qcom-data-ipa-cfg-mgr,hardware/qcom/data/ipacfg-mgr)
$(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 project-set-path,qcom-wlan,hardware/qcom/wlan)
endif