Lines Matching full:libraries
43 # List of static libraries to include in the package
108 # Any libraries that this library depends on
290 list of libraries that we have in static form (currently only libc). This is
330 <td valign="top"><p>When linking Java apps and libraries, <code>LOCAL_JAVA_LIBRARIES</code>
337 "<code>include $(BUILD_PACKAGE)</code>". The appropriate libraries
360 <td valign="top"><p><code>LOCAL_LDLIBS</code> allows you to specify additional libraries
362 the libraries you want in -lxxx format; they're passed directly to the
364 for these libraries. It's most useful in simulator builds where you want
453 libraries that you want copied. They're located automatically into the
473 used to, e.g., ensure that necessary shared libraries or providers are
486 <td valign="top">These are the libraries you directly link against. You don't need to
487 pass transitively included libraries. Specify the name without the suffix:</p>
514 <td valign="top">These are the static libraries that you want to include in your module.
515 Mostly, we use shared libraries, but there are a couple of places, like
516 executables in sbin and host executables where we use static libraries instead.
537 <td valign="top">These are the static libraries that you want to include in your module without allowing