• Home
Name Date Size #Lines LOC

..--

bar/07-May-2024-2115

foo/07-May-2024-2618

jni/07-May-2024-1812

READMED07-May-2024248 64

build.shD07-May-2024159 94

README

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