09e2a82405
support for application tiling with fbo boundaries Change-Id: I1f4abb5a386847c965518b58cb13966defcf7670
12 lines
330 B
Makefile
12 lines
330 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
|
|
|
|
display-hals += libtilerenderer
|
|
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|