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

* No longer needed after I9cf83430ffec4fbd224e724513d371ba8785606d

Change-Id: I594266314e1121ac6f13f9ed79774088667090d4
diff --git a/build/core/qcom_target.mk b/build/core/qcom_target.mk
index f5e5512..d17c094 100644
--- a/build/core/qcom_target.mk
+++ b/build/core/qcom_target.mk
@@ -28,19 +28,5 @@
 
 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