aa4994d543
Add libgenlock which is a cross-process buffer locking API. libgenlock provides the ability to create, attach, release locks. It also provides a mechanism to lock and unlock buffers for read/write purposes. Change-Id: I5172a82539b83bcb1226e3fd4f7b80a5c7f31016
5 lines
174 B
Makefile
5 lines
174 B
Makefile
#Enables the listed display HAL modules
|
|
display-hals := libhwcomposer liboverlay libgralloc libgenlock libcopybit
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|
|
|