Home | History | Annotate | Download | only in opengl

Lines Matching refs:LIBRARY

18 #   $(call emugl-begin-static-library,<name>)
23 emugl-begin-host-static-library = $(call emugl-begin-module,$1,HOST_STATIC_LIBRARY,HOST)
24 emugl-begin-host-shared-library = $(call emugl-begin-module,$1,HOST_SHARED_LIBRARY,HOST)
36 $(eval LOCAL_MODULE_CLASS := $(patsubst HOST_%,%,$(patsubst %EXECUTABLE,%EXECUTABLES,$(patsubst %LIBRARY,%LIBRARIES,$2)))) \
59 # $(call emugl-begin-static-library,foo)
65 # $(call emugl-begin-shared-library,bar)
70 # Here, we define a static library named 'foo' which exports an include
71 # path and a shared library requirement, and a shared library 'bar' which
231 # Call this function when your shared library must be placed in a non-standard
232 # library path (i.e. not under /system/lib
233 # $1: library sub-path,relative to /system/lib
234 # For example: $(call emugl-set-shared-library-subpath,egl)
235 emugl-set-shared-library-subpath = \