index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libnativeloader
Age
Commit message (
Expand
)
Author
2025-03-20
Move more path logic for tests to testing.cc, so it can be used without
Martin Stjernholm
2025-02-12
Improve cleanup robustness after adb push failures.
Martin Stjernholm
2025-01-28
Allow ART internal libs to load libs in NATIVELOADER_DEFAULT_NAMESPACE_LIBS.
Martin Stjernholm
2024-11-28
Make NativeLoaderNamespace instances immutable.
Martin Stjernholm
2024-11-28
Do not hold g_namespace_mutex during library loads.
Martin Stjernholm
2024-11-08
Replace test_for properties with explicit dependencies on implementations
Colin Cross
2024-10-31
Remove dependencies on the 1-variant fallback
Cole Faust
2024-10-16
Set native libs to non writable before loading it
Linus Tufvesson
2024-09-10
Restrict exported symbols from libnative{loader,bridge} lazy libs.
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-06-19
Link libnativeloader statically into its unit tests.
Martin Stjernholm
2024-06-14
Use C++20 `string{,_view}::{starts,ends}_with()`, part 2.
Vladimir Marko
2024-05-17
Update product treble check for VNDK deprecation
Tim Zimmermann
2024-05-16
Link libnativeloader statically into gtests.
Martin Stjernholm
2024-05-15
Fix performance-implicit-conversion-in-loop clang-tidy issues
Stefano Cianciulli
2024-05-15
Fix bugprone-argument-comment clang-tidy issues
Stefano Cianciulli
2024-05-13
Clean up source_build Soong config variables.
Martin Stjernholm
2024-04-24
Clean up the test mocks.
Martin Stjernholm
2024-04-24
Repurpose libnativeloader_lazy tests as shallow tests for API coverage
Martin Stjernholm
2024-04-23
Set test ownerships for ART.
Martin Stjernholm
2024-04-22
ART standalone tests: use static STL and version scripts
Ryan Prichard
2024-04-12
Fix standalone tests to only link NDK and module exported libraries
Martin Stjernholm
2024-04-05
Add getTrampolineForFunctionPointer method to native bridge
dimitry
2024-04-05
Consolidate OWNERS in libnativebridge and libnativeloader.
Martin Stjernholm
2024-03-18
Give full access to native libs from Java libs in the same partition
Martin Stjernholm
2024-03-18
Revert "libnativeloader_test: link non-public libs statically" and
Martin Stjernholm
2024-02-28
Avoid repeated logging of the file name when ReadConfig returns an
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-22
Fix unit test to work on non-treblelized devices (i.e. sargo running S).
Martin Stjernholm
2024-02-21
Fix test failures on sargo.
Martin Stjernholm
2024-02-20
Separate handling of a single path and a list of paths when determining
Martin Stjernholm
2024-02-15
Add tests for loading with absolute paths through System.load().
Martin Stjernholm
2024-02-15
Don't match dlopen errors too closely in tests.
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
2024-02-14
Improve an errno error message to show the file.
Martin Stjernholm
2024-01-03
Update `OWNERS` files under `art`.
Roland Levillain
2023-12-21
Add mcts tag to MainlineCTS ART test modules.
Tongbo Liu
2023-11-30
Disable tests for the product partition that fail on S and Sv2.
Martin Stjernholm
2023-10-27
Add support for ART gtest `libnativeloader_e2e_tests` to ART MTS.
Roland Levillain
2023-10-19
Do not expect VNDK namespace when VNDK is deprecated
Kiyoung Kim
2023-10-19
Check if product is treblelized
Kiyoung Kim
2023-10-16
Use product vndk version to check if product vndk is deprecated
Kiyoung Kim
2023-09-04
Use llndk.libraries.txt from system if VNDK is deprecated
Kiyoung Kim
2023-08-01
Add missing AOSP module metadata to ART tests part of ART MTS.
Roland Levillain
2023-04-29
libnativeloader_test: link non-public libs statically
Lev Rumyantsev
2023-03-16
Make art modules apex_available to test_broken_com.android.art
Cole Faust
[next]