android_mt6572_jiabo/ndk/tests/build/import-static
2025-09-05 16:56:03 +08:00
..
bar first commit 2025-09-05 16:56:03 +08:00
foo first commit 2025-09-05 16:56:03 +08:00
jni first commit 2025-09-05 16:56:03 +08:00
build.sh first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00

The purpose of this check is to verify that static library imports
are transitive, i.e. that if foo imports a static library bar, which
imports another static library zoo, then libfoo.so will be linked
against both libbar.a and libzoo.a properly.