History log of /ndk/tests/build/import-static/foo/foo.c
Revision Date Author Comments
1208fe621223ae853a954fd0e0aaf0b0ed46ecda 15-Sep-2011 David 'Digit' Turner <digit@google.com> Fix transitive static library imports

Ensure that if 'foo' imports static library 'bar' which
imports static library 'zoo', then libfoo.so will be linked
against both libbar.a and libzoo.a

Before this patch, only libbar.a was used, which resulted
in a link error.

Change-Id: Icabb2d8eaa4c09b12d00b71919b4c3723d4f90e6