Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 51) sorted by relevance

123

/device/sample/frameworks/PlatformLibrary/
DREADME.txt6 shared library, without changing the Android framework. It also shows how to
7 write JNI code for incorporating native code into the library, and a client
8 application that uses the library.
12 a custom library as shown here. It can not be used to create a third party
13 shared library, which is not currently supported in Android.
15 To declare your library to the framework, you must place a file with a .xml
20 <library name="com.example.android.platform_library"
31 The top-level Android.mk defines the rules to build the shared library itself,
33 library lives under java/.
35 Note that the product for this library is a raw .jar file, NOT a .apk, which
[all …]
/device/sample/sdk_addon/
Dmanifest.ini23 # <uses-library> node in the AndroidManifest.xml file.
26 # details for each library. format is:
27 # <library.name>=<name>.jar;<desc>
29 # <library.name>: the name of the library defined in the property "libraries" above.
30 # <name>.jar: the jar file containing the library API. This is to be located in
32 com.example.android.platform_library=platform_library.jar;Sample optional plaform library
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/
DREADME.md8 A simple library meant to be used as a build dependency with Cargo packages in
10 library is located.
16 This library requires Rust 1.30+.
20 Find the system library named `foo`, with minimum version 1.2.3:
30 Find the system library named `foo`, with no version requirement (not
DCargo.toml.orig11 A library to run the pkg-config system tool at build time in order to be used in
DCargo.toml17 A library to run the pkg-config system tool at build time in order to be used in
/device/google/cuttlefish/host/frontend/webrtc/doc/
Dgraphics.dot59 vulkan -> angle [dir = "back", label = "Shared library"]
63 surfaceflinger -> egl [label = "Shared library"]
66 surfaceflinger -> vulkan [label = "Shared library"]
/device/google/coral/self-extractors/qcom/staging/
DAndroid.mk.template25 # Disable dexpreopt and <uses-library> check because the APK depends on
45 # Disable dexpreopt and <uses-library> check because the APK depends on
64 # Disable dexpreopt and <uses-library> check because the APK depends on
/device/google/coral/self-extractors_flame/qcom/staging/
DAndroid.mk.template24 # Disable dexpreopt and <uses-library> check because the APK depends on
44 # Disable dexpreopt and <uses-library> check because the APK depends on
63 # Disable dexpreopt and <uses-library> check because the APK depends on
/device/google/redfin/self-extractors/qcom/staging/
DAndroid.mk.template24 # Disable dexpreopt and <uses-library> check because the APK depends on
44 # Disable dexpreopt and <uses-library> check because the APK depends on
63 # Disable dexpreopt and <uses-library> check because the APK depends on
/device/sample/frameworks/PlatformLibrary/jni/
DAndroid.bp17 // This bpfile supplies the rules for building a library of JNI code for
18 // use by our example platform shared library.
/device/sample/apps/client/
DAndroid.bp18 // a custom shared library included with an Android system.
35 // Also link against our own custom library.
/device/generic/opengl-transport/host/commands/emugen/
DREADME8 generate an wrapper library. The wrapper library provides entry points
183 includes ‘accessors’ methods such that library user can override
221 initialization is loading a set of functions from a shared library
226 In order to generate a wrapper library files, one should run the
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/
Dlib.rs393 let mut library = Library::new(); in probe() localVariable
403 library.parse_libs_cflags(name, &output, self); in probe()
406 library.parse_modversion(str::from_utf8(&output).unwrap()); in probe()
408 Ok(library) in probe()
/device/google/coral/json-c/
DChangeLog22 * Remove the old libjson.so name compatibility support. The library is
47 * IMPORTANT: the name of the library has changed to libjson-c.so and
121 * Rename min and max so we can never clash with C or C++ std library
214 * Change to automake and libtool to build shared and static library
/device/google/redbull/json-c/
DChangeLog22 * Remove the old libjson.so name compatibility support. The library is
47 * IMPORTANT: the name of the library has changed to libjson-c.so and
121 * Rename min and max so we can never clash with C or C++ std library
214 * Change to automake and libtool to build shared and static library
/device/google/sunfish/json-c/
DChangeLog22 * Remove the old libjson.so name compatibility support. The library is
47 * IMPORTANT: the name of the library has changed to libjson-c.so and
121 * Rename min and max so we can never clash with C or C++ std library
214 * Change to automake and libtool to build shared and static library
/device/generic/car/emulator/usbpt/usbip-service/
DREADME.md4 provided by the usbip library.
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/tests/
Drpath.pc5 Description: RPath example library
Descape.pc3 Description: Escape utility library
/device/google/gs-common/gxp/sepolicy/
Dfile_contexts1 # GXP Vendor library
/device/amlogic/yukawa/binaries/gpu/
DREADME12 library symbols was put at
/device/google/cuttlefish/tests/ril/
DAndroid.bp26 "hamcrest-library",
/device/google/cuttlefish_vmm/
DREADME.txt30 binary and Gfxstream library built for the host architecture. This directory
/device/google/gs-common/edgetpu/sepolicy/
Dhal_audio_default.te9 # library has a dependency on edgetpu_app_service, see b/275016466.
/device/generic/goldfish/fvpbase/tools/
DAndroid.bp15 // The ARM FVP binds to all network interfaces for telnet and adb. This library

123