bd4bfd035d
Change-Id: I7fae5cf67ed4a1f00012c64c384bb621ab8bb183
12 lines
363 B
Makefile
12 lines
363 B
Makefile
#Enables the listed display HAL modules
|
|
|
|
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
|
|
ifeq ($(BOARD_USES_LEGACY_QCOM),true)
|
|
display-hals := libgralloc-legacy libcopybit
|
|
else
|
|
display-hals := libhwcomposer liboverlay libgralloc libcopybit libgenlock libtilerenderer
|
|
display-hals += libqcomui
|
|
endif
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|
|
endif
|