android_hardware_qcom_display/Android.mk
Naseer Ahmed 4a2207de17 display: Add lights HAL
Change-Id: If67d2180e395f60a8f7c458495b78b1cc456b847
2012-07-10 01:42:45 -07:00

10 lines
307 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 liblight
display-hals += libhwcomposer liboverlay libqdutils
endif
include $(call all-named-subdir-makefiles,$(display-hals))