tree: 826b8c4a162de830f5a4aea7acac64f59cf95324 [path history] [tgz]
  1. com/
  2. Android.bp
  3. AndroidManifest.xml
  4. AndroidTest.xml
  5. native_lib_a.cpp
  6. native_lib_b.cpp
  7. OWNERS
  8. README.md
tests/tests/dynamic_linker/README.md

dynamic_linker tests

These tests test the dynamic linker in an app context, using System.load and System.loadLibrary.

See also cts/tests/tests/bionic for CTS boilerplate to run the real bionic gtests from bionic/tests/, which includes the vast majority of dynamic linker testing.

See also cts/tests/tests/bionic_app for tests of libc functions in an app or JNI context.