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.
11 lines
507 B
11 lines
507 B
display-hals := libgralloc libgenlock libcopybit liblight |
|
display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice |
|
display-hals += libmemtrack |
|
ifeq ($(call is-vendor-board-platform,QCOM),true) |
|
include $(call all-named-subdir-makefiles,$(display-hals)) |
|
else |
|
ifneq ($(filter msm8226 msm8x26 msm8960 msm8974 msm8x74,$(TARGET_BOARD_PLATFORM)),) |
|
#This is for mako since it doesn't have the QCOM make functions |
|
include $(call all-named-subdir-makefiles,$(display-hals)) |
|
endif |
|
endif
|
|
|