You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
562 B
18 lines
562 B
display-hals := libcopybit liblight libmemtrack libqservice libqdutils |
|
ifneq ($(TARGET_USES_GRALLOC1), true) |
|
display-hals += libgralloc |
|
else |
|
display-hals += libgralloc1 |
|
endif |
|
|
|
display-hals += hdmi_cec |
|
sdm-libs := sdm/libs |
|
display-hals += $(sdm-libs)/utils $(sdm-libs)/core $(sdm-libs)/hwc $(sdm-libs)/hwc2 |
|
|
|
ifeq ($(call is-vendor-board-platform,QCOM),true) |
|
include $(call all-named-subdir-makefiles,$(display-hals)) |
|
else |
|
ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),) |
|
include $(call all-named-subdir-makefiles,$(display-hals)) |
|
endif |
|
endif
|
|
|