9c050e95ec
- Add ION support - Refactor the design Change-Id: I5b067b0aca1235ee8c01c256e025f416bb56f560
8 lines
158 B
Makefile
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
|
|
|