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:
parent
6cc0103d68
commit
57ab9d031a
|
@ -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 += \
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue