Home | History | Annotate | Download | only in core

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>
369 <h4>Java Libraries</h4>
390 <h4>Shared Libraries</h4>
393 <p>Remember that on the target, we use shared libraries, and on the host,
394 we use static libraries, since executable size isn't as big an issue, and it
397 <h4>Static Libraries</h4>
400 <p>Remember that on the target, we use shared libraries, and on the host,
401 we use static libraries, since executable size isn't as big an issue, and it
551 <p>For executables and libraries, you need to specify a
561 will force the linker to only accept static libraries.</p>
695 used to, e.g., ensure that necessary shared libraries or providers are
701 list of libraries that we have in static form (currently only libc). This is
716 <p>When linking Java apps and libraries, <code>LOCAL_JAVA_LIBRARIES</code>
723 "<code>include $(BUILD_PACKAGE)</code>". The appropriate libraries
732 <p><code>LOCAL_LDLIBS</code> allows you to specify additional libraries
734 the libraries
736 for these libraries. It's most useful in simulator builds where you want
782 libraries that you want copied. They're located automatically into the
786 <p>These are the libraries you directly link against. You don't need to
787 pass transitively included libraries. Specify the name without the suffix:</p>
808 <p>These are the static libraries that you want to include in your module.
809 Mostly, we use shared libraries, but there are a couple of places, like
810 executables in sbin and host executables where we use static libraries instead.
848 <p>These are the static libraries that you want to include in your module without allowing
949 Executables and shared libraries are.</p>
952 <p>Used while building the base libraries: libc, libm, libdl. Usually
954 these libraries, it's set to the ones they link against. For example,
956 libc. Normally, when the value is none, these libraries are automatically
957 linked in to executables and libraries, so you don't need to specify them