common: only inherit display HAL makefiles if we build vendor
Change-Id: I3e732809feb2f1a34830095fdce97c55cfc63d74
This commit is contained in:
parent
479952c641
commit
b5a67f570a
|
@ -18,8 +18,10 @@ $(error "TARGET_BOARD_PLATFORM is not defined yet. Please define in your device
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Include display HAL makefiles.
|
# Include display HAL makefiles.
|
||||||
|
ifneq ($(BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE),)
|
||||||
include hardware/qcom/display/config/display-board.mk
|
include hardware/qcom/display/config/display-board.mk
|
||||||
include hardware/qcom/display/config/display-product.mk
|
include hardware/qcom/display/config/display-product.mk
|
||||||
|
endif
|
||||||
include vendor/qcom/opensource/commonsys-intf/display/config/display-interfaces-product.mk
|
include vendor/qcom/opensource/commonsys-intf/display/config/display-interfaces-product.mk
|
||||||
include vendor/qcom/opensource/commonsys-intf/display/config/display-product-system.mk
|
include vendor/qcom/opensource/commonsys-intf/display/config/display-product-system.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue