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