7b814382ad
-- Enable HWC -- handle overlay as lib rather than HAL -- move copybit changes under COPYBIT_ENABLE flag (temporary) Change-Id: I36d8f9688cd7cbd838e288e5f482d8ee5c9b2df6
9 lines
272 B
Makefile
9 lines
272 B
Makefile
#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))
|
|
|