* Rename qcomui directory to qdutils * Avoid inclusion of qcom_ui header * Add class to get MDP version * Add namespace for qdutils to prevent collison Change-Id: Ib8b083ecfa071bbf9f72bfbfb8ecd6b202e87847
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 ($(call is-vendor-board-platform,QCOM),true)
|
|
display-hals := libgralloc libgenlock libcopybit
|
|
display-hals +=libhwcomposer liboverlay libqdutils
|
|
endif
|
|
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|