android_hardware_qcom_display/Android.mk
Andrew Sutherland becfd45151 build for QCOM_HARDWARE
Change-Id: Ie69feab2833d38153c3bb11c708a398629f088e2
2012-08-02 23:16:45 -05:00

10 lines
297 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
include $(call all-named-subdir-makefiles,$(display-hals))