b151a85950
Change-Id: Ie1ca24c4f08de56a07c8e299ffbb00fc4af85a8a
7 lines
211 B
Makefile
7 lines
211 B
Makefile
#Enables the listed display HAL modules
|
|
|
|
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
|
|
display-hals := libhwcomposer liboverlay libgralloc libcopybit
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|
|
endif
|