From 0d941af1543aeef37348af11cbdbf0b23f9ca23e Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 25 Sep 2019 21:04:48 +0300 Subject: [PATCH] build: Don't set pathmap for AOSP qcom hardware repositories * No longer needed after I9cf83430ffec4fbd224e724513d371ba8785606d Change-Id: I594266314e1121ac6f13f9ed79774088667090d4 --- build/core/qcom_target.mk | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/build/core/qcom_target.mk b/build/core/qcom_target.mk index f5e55121..d17c0943 100644 --- a/build/core/qcom_target.mk +++ b/build/core/qcom_target.mk @@ -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