Home
last modified time | relevance | path

Searched refs:libraries (Results 1 – 25 of 33) sorted by relevance

12

/art/libnativeloader/
DREADME.md6 libnativeloader is responsible for loading native shared libraries (`*.so`
7 files) inside the Android Runtime (ART). The native shared libraries could be
8 app-provided JNI libraries or public native libraries like `libc.so` provided
21 configured so that only the JNI libraries embedded in the APK is accessible
22 from the namespace, thus preventing an APK from loading JNI libraries of other
28 public native libraries that is listed in `/system/etc/public.libraries.txt`
29 are available from the platform, whereas in case of the bundled, all libraries
33 libraries. As the platform is getting modularized with
35 some libraries are no longer provided from platform, but from the APEXes which
36 have their own linker namespaces. For example, ICU libraries `libicuuc.so` and
[all …]
/art/libnativeloader/test/
DAndroid.mk19 LOCAL_MODULE := public.libraries-oem1.txt
29 LOCAL_MODULE := public.libraries-oem2.txt
39 LOCAL_MODULE := public.libraries-product1.txt
/art/build/apex/
DAndroid.bp40 // - Base requirements (libraries).
43 // the ART APEX, meaning that copies of some of these libraries have to be
46 // Buildbot and Golem (see `art/Android.mk`). If you add libraries to this list,
61 // TODO(b/124476339): Clean up the following libraries once "required"
62 // dependencies work with APEX libraries.
100 // - Debug variants (libraries).
115 // TODO(b/124476339): When bug 124476339 is fixed, add these libraries as `runtime_libs`
162 // Core Java libraries.
171 // Native libraries that support the core Java libraries.
174 // the ART APEX, meaning that copies of some of these libraries have to be
[all …]
Dlinker.config.json3 // JVMTI libraries used in ART testing are located under /data.
/art/test/688-shared-library/
Dinfo.txt1 Tests on BaseDexClassLoader shared libraries and their class
/art/test/121-modifiers/
Dinfo.txt5 To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then
7 into the classes directory (this assumes the ASM libraries are names asm.jar and asm-tree.jar).
/art/test/utils/
Dget-device-test-native-lib-path20 native libraries installed on the device for testing purposes.
/art/oatdump/
DAndroid.bp75 // Make the host binary static, except for system libraries.
129 // Make the host binary static, except for system libraries.
179 // correctly. Multiple source libraries depend on it.
/art/tools/jvmti-agents/simple-profile/
DREADME.md9 For binaries with NDK shared libraries only.
12 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
/art/profman/
DAndroid.bp103 // Make the host binary static, except for system libraries. This
131 // Make the host binary static, except for system libraries. This
/art/tools/jvmti-agents/dump-jvmti-state/
DREADME.md11 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
/art/tools/jvmti-agents/wrapagentproperties/
DREADME.md10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
/art/benchmark/
DAndroid.bp43 // TODO(ngeoffray): find a way to link against the libraries in the apex.
/art/tools/jvmti-agents/chain-agents/
DREADME.md16 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
/art/tools/jvmti-agents/jit-load/
DREADME.md10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples assume you want to …
/art/tools/jvmti-agents/simple-force-redefine/
DREADME.md12 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
/art/build/sdk/
DAndroid.bp151 // Exported host tools and libraries.
206 // Exported tests and supporting libraries
/art/
DAndroid.mk694 $(TARGET_OUT)/etc/public.libraries.txt \
717 sed -i '/libartd.so/d' $(TARGET_OUT)/etc/public.libraries.txt
718 sed -i '/libdexfiled.so/d' $(TARGET_OUT)/etc/public.libraries.txt
719 sed -i '/libprofiled.so/d' $(TARGET_OUT)/etc/public.libraries.txt
720 sed -i '/libartbased.so/d' $(TARGET_OUT)/etc/public.libraries.txt
/art/tools/jvmti-agents/enable-vlog/
DREADME.md10 The libraries will be built for 32-bit, 64-bit, host and target. Below
/art/tools/jvmti-agents/field-null-percent/
DREADME.md12 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
/art/runtime/
Dclass_loader_context_test.cc1229 Handle<mirror::ObjectArray<mirror::ClassLoader>> libraries = hs.NewHandle( in TEST_F() local
1234 libraries->Set(0, soa.Decode<mirror::ClassLoader>(class_loader_a)); in TEST_F()
1237 "Main", nullptr, soa.AddLocalReference<jobject>(libraries.Get())); in TEST_F()
1267 Handle<mirror::ObjectArray<mirror::ClassLoader>> libraries = hs.NewHandle( in TEST_F() local
1272 libraries->Set(0, soa.Decode<mirror::ClassLoader>(class_loader_a)); in TEST_F()
1276 nullptr, soa.AddLocalReference<jobject>(libraries.Get())); in TEST_F()
1644 Handle<mirror::ObjectArray<mirror::ClassLoader>> libraries = hs.NewHandle( in TEST_F() local
1649 libraries->Set(0, soa.Decode<mirror::ClassLoader>(class_loader_a)); in TEST_F()
1652 "ForClassLoaderB", nullptr, soa.AddLocalReference<jobject>(libraries.Get())); in TEST_F()
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md10 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
/art/tools/jvmti-agents/ti-fast/
DREADME.md11 The libraries will be built for 32-bit, 64-bit, host and target. Below examples
/art/tools/jvmti-agents/titrace/
DREADME.md9 The libraries will be built for 32-bit, 64-bit, host and target. Below examples assume you want to …
/art/tools/jvmti-agents/field-counts/
DREADME.md13 The libraries will be built for 32-bit, 64-bit, host and target. Below examples

12