b0d4ae5c3a
- Enabled copybit HAL - Remove copybit support for 8k targets from Makefile. Change-Id: I15ea4851c677bc9338159a8db667056655dddc13
5 lines
163 B
Makefile
5 lines
163 B
Makefile
#Enables the listed display HAL modules
|
|
display-hals := libhwcomposer liboverlay libgralloc libcopybit
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|
|
|