Home | History | Annotate | Download | only in guides

Lines Matching full:libraries

33 <li>Reuse existing libraries, or provide their own libraries for reuse.
77 <li>Native shared libraries: The NDK builds these libraries, or {@code .so} files, from your native
80 <p class="note"><strong>Note:</strong> If two libraries implement respective methods with the same
87 <li>Native static libraries: The NDK can also build static libraries, or {@code .a} files, which you
88 can link against other libraries.</li>
125 build flags and libraries to link.</li>
135 <li>Standard libraries to include (static and dynamic STLport or default system).</li>
157 libraries, and source files to be compiled in the "JNI" directory.</li>
176 <li>Use ndk-build to compile the native ({@code .so}, {@code .a}) libraries.</li>