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