android_hardware_qcom_display/Android.mk
andrew sutherland bd4bfd035d gralloc: add BOARD_USES_LEGACY_QCOM
Change-Id: I7fae5cf67ed4a1f00012c64c384bb621ab8bb183
2012-01-07 22:40:24 -06:00

12 lines
363 B
Makefile

#Enables the listed display HAL modules
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
ifeq ($(BOARD_USES_LEGACY_QCOM),true)
display-hals := libgralloc-legacy libcopybit
else
display-hals := libhwcomposer liboverlay libgralloc libcopybit libgenlock libtilerenderer
display-hals += libqcomui
endif
include $(call all-named-subdir-makefiles,$(display-hals))
endif