18e73bc5c7
Add libQComUI which is used to perform operations specified by SurfaceTextures. The operation currently supported by this library is SET_BUFFER_SIZE which deallocates and reallocates memory if the size allocated for the buffer does not match the size requested by the client. Change-Id: I370b94a91f5acf373f7040742aad7c2e7bb586fe
6 lines
216 B
Makefile
6 lines
216 B
Makefile
#Enables the listed display HAL modules
|
|
display-hals := libhwcomposer liboverlay libgralloc libgenlock libcopybit libtilerenderer
|
|
display-hals += libqcomui
|
|
include $(call all-named-subdir-makefiles,$(display-hals))
|
|
|