android_hardware_qcom_display/Android.mk
Naseer Ahmed 9c050e95ec gralloc: Refactor, ion support
- Add ION support
- Refactor the design

Change-Id: I5b067b0aca1235ee8c01c256e025f416bb56f560
2011-11-16 13:43:12 -08:00

8 lines
158 B
Makefile

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