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