Home | History | Annotate | Download | only in stlport

Lines Matching full:library

17 You can either use it as a static or shared library.
19 1/ The static library is recommended if you will only produce
20 one shared library for your project. All necessary STLport functions
24 2/ The shared library, is recommended if you want to produce
30 To use the *static* library, define APP_STL in your Application.mk as follows:
34 To use the *shared* library, use "stlport_shared" instead:
39 load the 'stlport_shared' library before any library that depends on it.
59 They should be fixed hopefully by a later release of this library.
61 The NDK comes with prebuilt binaries for this library to speed up development.