b67994677f
Change-Id: I3acb5e963763821d2b547cf3c9390754dc42c12f
8 lines
238 B
Makefile
8 lines
238 B
Makefile
#Enables the listed display HAL modules
|
|
|
|
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
|
|
display-hals := libhwcomposer liboverlay libgralloc libcopybit
|
|
display-hals += libqcomui
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|
|
endif
|