summaryrefslogtreecommitdiff
path: root/libnativeloader/test/src/android
AgeCommit message (Expand)Author
2025-02-12Improve cleanup robustness after adb push failures. Martin Stjernholm
2024-10-16Set native libs to non writable before loading it Linus Tufvesson
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-21Fix test failures on sargo. 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
2023-11-30Disable tests for the product partition that fail on S and Sv2. Martin Stjernholm
2023-01-07Undo giving full access to system libs from other system libs. Martin Stjernholm
2022-11-28Test loading of extended public libraries through absolute paths. Martin Stjernholm
2022-11-22Add tests for loading native libraries in various locations through Martin Stjernholm
2022-11-18Revert "Add tests for loading native libraries in various locations through" Linyu He
2022-11-18Add tests for loading native libraries in various locations through Martin Stjernholm
2022-10-05Pass TestInformation directly to DeviceContext and fix setenforce Martin Stjernholm
2022-10-04Extend tests to try loading private libs through product and vendor Martin Stjernholm
2022-09-13Give full access to system libs from other system libs. Martin Stjernholm
2022-09-13Add tests that try to load non-shared native libs in each partition. Martin Stjernholm
2022-09-13Add a normal test app, i.e. one installed in /data. Martin Stjernholm
2022-09-13Test <uses-native-library> logic. Martin Stjernholm
2022-09-09Introduce a shared class for test utilities. Martin Stjernholm
2022-09-09Use a better property to find the ABI in the fallback. Martin Stjernholm
2022-08-06Allow apps in /product to access extended public libraries. Martin Stjernholm
2022-08-06Extend loadLibrary tests with apps in /system/priv-app, /system_ext, Martin Stjernholm
2022-07-27Fix libnativeloader_e2e_tests to behave more like the manual tests did Martin Stjernholm
2022-07-25Move existing library loading tests to a TF hostside test. Martin Stjernholm
2019-10-11Move libnative{bridge,loader} to art/ Orion Hodson