common: guard vendor/qcom/opensource/commonsys-intf includes

* non-caf roms don't have that repo causing the whole build to fail because of missing makefiles

Signed-off-by: Kuba Wojciechowski <nullbytepl@gmail.com>
Change-Id: Ief11b79e82da639118f64553c22d1e6a1326f282
This commit is contained in:
Kuba Wojciechowski 2020-11-19 16:42:13 +03:00
parent 6cc0103d68
commit 57ab9d031a
2 changed files with 4 additions and 0 deletions

View File

@ -13,8 +13,10 @@
# limitations under the License.
# Include QTI Bluetooth makefiles.
ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)
include vendor/qcom/opensource/commonsys-intf/bluetooth/bt-commonsys-intf-board.mk
$(call inherit-product, vendor/qcom/opensource/commonsys-intf/bluetooth/bt-system-opensource-product.mk)
endif
# Permissions
PRODUCT_COPY_FILES += \

View File

@ -20,8 +20,10 @@ endif
# Include display HAL makefiles.
-include hardware/qcom/display/config/display-board.mk
-include hardware/qcom/display/config/display-product.mk
ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)
include vendor/qcom/opensource/commonsys-intf/display/config/display-interfaces-product.mk
include vendor/qcom/opensource/commonsys-intf/display/config/display-product-system.mk
endif
# Get non-open-source specific aspects
$(call inherit-product-if-exists, vendor/qcom/common/display/display-vendor.mk)