becfd45151
Change-Id: Ie69feab2833d38153c3bb11c708a398629f088e2
10 lines
297 B
Makefile
10 lines
297 B
Makefile
#Enables the listed display HAL modules
|
|
#libs to be built for QCOM targets only
|
|
|
|
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
|
|
display-hals := libgralloc libgenlock libcopybit liblight
|
|
display-hals += libhwcomposer liboverlay libqdutils
|
|
endif
|
|
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|