android_mt6572_jiabo/ndk/tests/build/import-static/README
2025-09-05 16:56:03 +08:00

5 lines
248 B
Text

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.