Searched defs:SONAME (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/
H A Dlibs.mk187 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(VERSION_MAJOR) macro
/external/v8/src/
H A Dversion.cc41 // Define SONAME to have the SCons build the put a specific SONAME into the
42 // shared library instead the generic SONAME generated from the V8 version
44 #define SONAME "" macro
54 const char* Version::soname_ = SONAME;
70 // Calculate the SONAME for the V8 shared library.
73 // Generate generic SONAME if no specific SONAME is defined.
83 // Use specific SONAME.

Completed in 27 milliseconds