Change-Id: Ic44834c421f32529da2ab73962246f6e25aa3117 Signed-off-by: Gohulan Balachandran <gohulanb@codeaurora.org>
12 lines
325 B
Makefile
12 lines
325 B
Makefile
#Enables the listed display HAL modules
|
|
|
|
#Libs to be built for all targets (including SDK)
|
|
display-hals := libqcomui
|
|
|
|
#libs to be built for QCOM targets only
|
|
#ifeq ($(call is-vendor-board-platform,QCOM),true)
|
|
display-hals += libgralloc libgenlock libcopybit
|
|
#endif
|
|
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|