Lines Matching full:libraries
146 (e.g. the webkit has several), the dependencies for shared and static libraries,
147 .c, .cpp, .h, .java, java libraries, etc., should all work without intervention
171 <h3>Use shared libraries</h3>
172 <p>Currently, the simulator is not built to use shared libraries. This should
174 libraries to work on Mac OS.</p>
370 <h4>Java Libraries</h4>
391 <h4>Shared Libraries</h4>
394 <p>Remember that on the target, we use shared libraries, and on the host,
395 we use static libraries, since executable size isn't as big an issue, and it
398 <h4>Static Libraries</h4>
401 <p>Remember that on the target, we use shared libraries, and on the host,
402 we use static libraries, since executable size isn't as big an issue, and it
544 <p>For executables and libraries, you need to also specify a
551 will force the linker to only accept static libraries.</p>
686 used to, e.g., ensure that necessary shared libraries or providers are
692 list of libraries that we have in static form (currently only libc). This is
707 <p>When linking Java apps and libraries, <code>LOCAL_JAVA_LIBRARIES</code>
714 "<code>include $(BUILD_PACKAGE)</code>". The appropriate libraries
723 <p><code>LOCAL_LDLIBS</code> allows you to specify additional libraries
725 the libraries you want in -lxxx format; they're passed directly to the
727 for these libraries. It's most useful in simulator builds where you want
773 libraries that you want copied. They're located automatically into the
777 <p>These are the libraries you directly link against. You don't need to
778 pass transitively included libraries. Specify the name without the suffix:</p>
799 <p>These are the static libraries that you want to include in your module.
800 Mostly, we use shared libraries, but there are a couple of places, like
801 executables in sbin and host executables where we use static libraries instead.
832 <p>These are the static libraries that you want to include in your module without allowing
933 Executables and shared libraries are.</p>
936 <p>Used while building the base libraries: libc, libm, libdl. Usually
938 these libraries, it's set to the ones they link against. For example,
940 libc. Normally, when the value is none, these libraries are automatically
941 linked in to executables and libraries, so you don't need to specify them