[IOT-2295] Some libraries in "services" don't have the soname set.
authorHerve Jourdain <herve.jourdain@beechwoods.com>
Thu, 18 May 2017 08:06:57 +0000 (16:06 +0800)
committerUze Choi <uzchoi@samsung.com>
Mon, 22 May 2017 07:17:13 +0000 (07:17 +0000)
commit6343635e59dee11b5a4b288662b0d190e12a3c08
tree550fca17d5521e6b7460b66be0059bdf5f67f612
parent3f18a16aab9be938052129c73394e96974f45587
[IOT-2295] Some libraries in "services" don't have the soname set.

In the android case, this results in some jni libraries not being able
to load the shared libraries they depend upon, which results in errors.
The solution is to add the soname for the libraries that don't have it.

Change-Id: I52e3e3e182b1aeb9257862c7253d11023a634ac3
Signed-off-by: Herve Jourdain <herve.jourdain@beechwoods.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/20105
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/notification/cpp-wrapper/consumer/SConscript
service/notification/cpp-wrapper/provider/SConscript
service/resource-container/SConscript
service/resource-encapsulation/SConscript
service/resource-encapsulation/src/common/SConscript
service/resource-encapsulation/src/serverBuilder/SConscript