OSDN Git Service

Apply LOCAL_LDLIBS to target build rules too.
authorYing Wang <wangying@google.com>
Wed, 7 May 2014 18:33:19 +0000 (11:33 -0700)
committerYing Wang <wangying@google.com>
Wed, 7 May 2014 18:33:19 +0000 (11:33 -0700)
commitde36cd72e8e5a154c1fedf63e1ea83af9d5288aa
treeb05eec4cad24ea23f7ca0c2a9c33e19ce315a3ca
parenta16583a0880f574937f08bf2c86be72b0f4b9274
Apply LOCAL_LDLIBS to target build rules too.

Use LOCAL_LDLIBS to link against prebuilt libraries (such as NDK
libraries).
Previously LOCAL_LDLIBS only applies to host modules and the behaviour
confuses users.

Change-Id: I515546d7b59ef54e8ef09050eb58ec63534c9291
core/combo/TARGET_linux-arm.mk
core/combo/TARGET_linux-arm64.mk
core/combo/TARGET_linux-mips.mk
core/combo/TARGET_linux-mips64.mk
core/combo/TARGET_linux-x86.mk
core/combo/TARGET_linux-x86_64.mk