Searched refs:library (Results 1 – 25 of 51) sorted by relevance
123
/device/sample/frameworks/PlatformLibrary/ |
D | README.txt | 6 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/ |
D | manifest.ini | 23 # <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/ |
D | README.md | 8 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
|
D | Cargo.toml.orig | 11 A library to run the pkg-config system tool at build time in order to be used in
|
D | Cargo.toml | 17 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/ |
D | graphics.dot | 59 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/ |
D | Android.mk.template | 25 # 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/ |
D | Android.mk.template | 24 # 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/ |
D | Android.mk.template | 24 # 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/ |
D | Android.bp | 17 // 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/ |
D | Android.bp | 18 // a custom shared library included with an Android system. 35 // Also link against our own custom library.
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 8 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/ |
D | lib.rs | 393 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/ |
D | ChangeLog | 22 * 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/ |
D | ChangeLog | 22 * 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/ |
D | ChangeLog | 22 * 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/ |
D | README.md | 4 provided by the usbip library.
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/tests/ |
D | rpath.pc | 5 Description: RPath example library
|
D | escape.pc | 3 Description: Escape utility library
|
/device/google/gs-common/gxp/sepolicy/ |
D | file_contexts | 1 # GXP Vendor library
|
/device/amlogic/yukawa/binaries/gpu/ |
D | README | 12 library symbols was put at
|
/device/google/cuttlefish/tests/ril/ |
D | Android.bp | 26 "hamcrest-library",
|
/device/google/cuttlefish_vmm/ |
D | README.txt | 30 binary and Gfxstream library built for the host architecture. This directory
|
/device/google/gs-common/edgetpu/sepolicy/ |
D | hal_audio_default.te | 9 # library has a dependency on edgetpu_app_service, see b/275016466.
|
/device/generic/goldfish/fvpbase/tools/ |
D | Android.bp | 15 // The ARM FVP binds to all network interfaces for telnet and adb. This library
|
123