e61c2f0a86
-- remove overlay.cpp and overlayState.cpp -- change setParameter to setTransform Change-Id: I6ec591810cbfe53e51b0c88ef547a2e687ea69b3
9 lines
258 B
Makefile
9 lines
258 B
Makefile
#Enables the listed display HAL modules
|
|
display-hals := 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))
|
|
|