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
This commit is contained in:
parent
5352018b0b
commit
5394bf1950
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ ALL_GPL_MODULE_LICENSE_FILES:=
|
|||
# Target and host installed module's dependencies on shared libraries.
|
||||
# They are list of "<module_name>:<installed_file>:lib1,lib2...".
|
||||
TARGET_DEPENDENCIES_ON_SHARED_LIBRARIES :=
|
||||
2ND_TARGET_DEPENDENCIES_ON_SHARED_LIBRARIES :=
|
||||
HOST_DEPENDENCIES_ON_SHARED_LIBRARIES :=
|
||||
|
||||
# Generated class file names for Android resource.
|
||||
|
|
Loading…
Reference in a new issue