Update C API doxygen
[platform/upstream/iotivity.git] / service / notification / SConscript
index 24cc8b7..0a45f61 100755 (executable)
@@ -70,6 +70,9 @@ if target_os == 'linux':
 if target_os == 'android':
        notification_env.AppendUnique(CCFLAGS = ['-frtti', '-fexceptions'])
        notification_env.AppendUnique(LIBS = ['gnustl_shared','log'])
+       notification_env.AppendUnique(LINKFLAGS = ['-Wl,-soname,libnotification_provider.so'])
+       notification_env.AppendUnique(LINKFLAGS = ['-Wl,-soname,libnotification_consumer.so'])
+       
 
        if not env.get('RELEASE'):
                notification_env.AppendUnique(LIBS = ['log'])
@@ -121,11 +124,11 @@ notification_env.UserInstallTargetHeader('include/NSConsumerInterface.h',\
 if target_os == 'linux':
     SConscript('unittest/SConscript')
 
-# Go to build sample apps
-SConscript('examples/SConscript')
-
 # Go to build c++ wrapper
 SConscript('cpp-wrapper/SConscript')
 
 if target_os == 'android':
     SConscript('android/SConscript')
+
+# Go to build sample apps
+SConscript('examples/SConscript')
\ No newline at end of file