tizen: Use easy-setup mediator
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Wed, 18 Jan 2017 14:06:18 +0000 (15:06 +0100)
committerUze Choi <uzchoi@samsung.com>
Thu, 19 Jan 2017 09:38:40 +0000 (09:38 +0000)
Change-Id: I2b0681b70218613c0df0d82e0f46fdc61668296e
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16543
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Jooseok Park <jooseok.park@samsung.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/easy-setup/SConscript

index f42aa58..11d847e 100755 (executable)
@@ -26,7 +26,7 @@ Import('env')
 es_target = env.get ('TARGET_OS')
 service_easy_setup_env = env.Clone()
 
-if es_target in ['android', 'linux']:
+if es_target in ['android', 'linux', 'tizen']:
     SConscript('mediator/SConscript')
 
 if es_target in ['linux', 'tizen']: