OSDN Git Service

Fix installing 2nd arch shared libraries
authorColin Cross <ccross@android.com>
Wed, 5 Feb 2014 03:42:32 +0000 (19:42 -0800)
committerColin Cross <ccross@android.com>
Wed, 5 Feb 2014 03:44:09 +0000 (19:44 -0800)
commit5394bf195083fe41bfe76da933aac6b77d311d09
treeb7dda778de9c7779c71d6116da39006629de0f4a
parent5352018b0b115061bce7a2aac14780ffea3885c7
Fix installing 2nd arch shared libraries

2ND_TARGET_DEPENDENCIES_ON_SHARED_LIBRARIES was not set,
which was causing the later += to act like = instead of
:=, and the dependencies would disappear as soon as
LOCAL_MODULE was cleared.

Change-Id: Idea291524fc06377deafec62f37d20eaa7f93bca
core/definitions.mk