Home | History | Annotate | only in /ndk/tests/build/import-static
Up to higher level directory
NameDateSize
bar/10-Jul-2012
build.sh10-Jul-2012159
foo/10-Jul-2012
jni/10-Jul-2012
README10-Jul-2012248

README

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