android_hardware_qcom_display/Android.mk

8 lines
158 B
Makefile
Raw Normal View History

# Build only new gralloc
ifeq ($(TARGET_USES_ION),true)
display-hals := libgralloc
include $(call all-named-subdir-makefiles,$(display-hals))
endif