index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libnativeloader
/
native_loader.cpp
Age
Commit message (
Expand
)
Author
2025-01-28
Allow ART internal libs to load libs in NATIVELOADER_DEFAULT_NAMESPACE_LIBS.
Martin Stjernholm
2024-11-28
Do not hold g_namespace_mutex during library loads.
Martin Stjernholm
2024-08-02
Also bypass loading libwalkstack.so for b/349878424.
Jiakai Zhang
2024-07-26
Fix for b/349878424
Nicolas Geoffray
2024-06-19
Recognise system/system_ext as a system image partition path.
Martin Stjernholm
2024-05-15
Fix bugprone-argument-comment clang-tidy issues
Stefano Cianciulli
2024-04-05
Add getTrampolineForFunctionPointer method to native bridge
dimitry
2024-03-18
Give full access to native libs from Java libs in the same partition
Martin Stjernholm
2024-02-23
Revert "Give full access to native libs from java libs in the sa..."
Becky Siegel
2024-02-23
Give full access to native libs from java libs in the same partition
Martin Stjernholm
2024-02-20
Separate handling of a single path and a list of paths when determining
Martin Stjernholm
2024-02-15
Improve debug logging to reflect all code paths in OpenNativeLibrary.
Martin Stjernholm
2024-02-15
Refactorings to make more logic available at the top level in
Martin Stjernholm
2021-05-13
Drop ro.debuggable restriction for NATIVELOADER_DEFAULT_NAMESPACE_LIBS.
Martin Stjernholm
2021-05-13
Drop ANDROID_ADDITIONAL_PUBLIC_LIBRARIES.
Martin Stjernholm
2021-05-10
Avoid loading external libraries from ARTs internal linker namespace
Martin Stjernholm
2021-05-09
Revert "Avoid loading external libraries from ARTs internal linker namespace."
Calin Juravle
2021-05-07
Avoid loading external libraries from ARTs internal linker namespace.
Martin Stjernholm
2021-05-05
In run tests, do not rely on loading native libs in the ART namespace
Martin Stjernholm
2020-07-24
libnativeloader understands uses-native-library tag
Jiyong Park
2020-04-27
Use ART_TARGET_ANDROID instead of __ANDROID__
Nicolas Geoffray
2020-03-04
Loading JNI libraries in an APEX
Jooyung Han
2020-02-21
Rename APEX Namespace
Kiyoung Kim
2020-02-11
Use apex name for apex linker namespace
Jooyung Han
2020-02-07
Convert art/ to Result::ok()
Bernie Innocenti
2020-02-06
Update libnativeloader dependency on libnativehelper
Orion Hodson
2019-10-11
Move libnative{bridge,loader} to art/
Orion Hodson