OSDN Git Service

Reorder lib paths in transform-bc-to-so to avoid build race condition.
authorYing Wang <wangying@google.com>
Thu, 5 Mar 2015 19:29:30 +0000 (11:29 -0800)
committerYing Wang <wangying@google.com>
Thu, 5 Mar 2015 19:29:30 +0000 (11:29 -0800)
commitbfc436969d342a023280a227d6b7072fbb133d07
treec720b7b98117f2616e909bfe02434b7932b245a7
parentfc759204d63f0c82f187d99f58efa4821674ccb8
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
core/definitions.mk