Files
android_hardware_qcom_display/Android.mk
Naseer Ahmed 6e75c3d61a display: Add QC Display utils
* 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
2012-07-10 02:03:46 -06:00

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))