commit | b934e49c3a1e890b2dcc716ebce3a136a7d10b8f | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Wed Jul 20 15:42:53 2011 -0700 |
committer | Ying Wang <wangying@google.com> | Wed Jul 20 15:42:53 2011 -0700 |
tree | 7a4244d2028ac42bff9bc67d7b46a8a8c1752128 | |
parent | 0142f05119ae2a1371f1a2bdc658832460a7ecbf [diff] |
Put the NDK library paths ahead of TARGET_GLOBAL_LD_DIRS To avoid race condition: Say a module with LOCAL_NDK_VERSION built in the full source tree, Before this change it may be linked against TARGET_GLOBAL_LD_DIRS/libc.so that's being partially written out by the linker, because there is no dependency between the module and TARGET_GLOBAL_LD_DIRS/libc.so. Change-Id: If6e4921d226fee133b53e4d819a07b48f4fca016