android_hardware_qcom_display/Android.mk

9 lines
272 B
Makefile
Raw Normal View History

#Enables the listed display HAL modules
display-hals := libhwcomposer liboverlay
ifeq ($(TARGET_USES_ION),true)
display-hals += libgralloc
include $(call all-named-subdir-makefiles,$(display-hals))
endif
include $(call all-named-subdir-makefiles,$(display-hals))