Merge "Use installed module stem for .so soname" am: 1c7debc95c am: d31cfcbbbb am: 418db57b0e

am: 8148653266

Change-Id: I2d34f84445ea7476aca50abc193916919ba8d14f
This commit is contained in:
Dan Willemsen 2017-05-19 23:55:27 +00:00 committed by android-build-merger
commit 63679b7068
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ intermediates := $(call local-intermediates-dir,,$(LOCAL_2ND_ARCH_VAR_PREFIX))
# The basename of this target must be the same as the final output
# binary name, because it's used to set the "soname" in the binary.
# The includer of this file will define a rule to build this target.
linked_module := $(intermediates)/LINKED/$(my_built_module_stem)
linked_module := $(intermediates)/LINKED/$(notdir $(my_installed_module_stem))
ALL_ORIGINAL_DYNAMIC_BINARIES += $(linked_module)