|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| bar/ | | 03-May-2024 | - | 21 | 15 |
| foo/ | | 03-May-2024 | - | 26 | 18 |
| jni/ | | 03-May-2024 | - | 18 | 12 |
| README | D | 03-May-2024 | 248 | 6 | 4 |
| build.sh | D | 03-May-2024 | 159 | 9 | 4 |
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