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