commit | bfc436969d342a023280a227d6b7072fbb133d07 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Thu Mar 05 11:29:30 2015 -0800 |
committer | Ying Wang <wangying@google.com> | Thu Mar 05 11:29:30 2015 -0800 |
tree | c720b7b98117f2616e909bfe02434b7932b245a7 | |
parent | fc759204d63f0c82f187d99f58efa4821674ccb8 [diff] |
Reorder lib paths in transform-bc-to-so to avoid build race condition. We should put the NDK library path before $(TARGET_OUT_INTERMEDIATE_LIBRARIES), so that we link against the NDK libc/libm, instead of the platform libc/libm in $(TARGET_OUT_INTERMEDIATE_LIBRARIES), which may still being written out, because we don't have dependency on them. Bug: 19613709 Change-Id: I26a8b272e38b7436bca3324246b21cd71349662b