Lines Matching refs:library
18 # $(call emugl-begin-static-library,<name>)
23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY)
24 emugl-begin-shared-library = $(call emugl-begin-module,$1,SHARED_LIBRARY)
34 $(eval LOCAL_MODULE_CLASS := $(patsubst HOST_%,%,$(patsubst %EXECUTABLE,%EXECUTABLES,$(patsubst %LIBRARY,%LIBRARIES,$2)))) \
71 # $(call emugl-begin-static-library,foo)
77 # $(call emugl-begin-shared-library,bar)
82 # Here, we define a static library named 'foo' which exports an include
83 # path and a shared library requirement, and a shared library 'bar' which
216 # The following function can be called to generate GL library wrapper
250 # Call this function when your shared library must be placed in a non-standard
251 # library path (i.e. not under /system/lib
252 # $1: library sub-path,relative to /system/lib
253 # For example: $(call emugl-set-shared-library-subpath,egl)
256 emugl-set-shared-library-subpath = \
262 emugl-set-shared-library-subpath = \