From: Philippe Coval Date: Wed, 18 Jan 2017 14:06:18 +0000 (+0100) Subject: tizen: Use easy-setup mediator X-Git-Tag: 1.3.0~802 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=079572bd7e8e8f3d718fc5da1ac792c5d0c9e46e;p=platform%2Fupstream%2Fiotivity.git tizen: Use easy-setup mediator Change-Id: I2b0681b70218613c0df0d82e0f46fdc61668296e Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/16543 Tested-by: jenkins-iotivity Reviewed-by: Jooseok Park Reviewed-by: Uze Choi --- diff --git a/service/easy-setup/SConscript b/service/easy-setup/SConscript index f42aa58..11d847e 100755 --- a/service/easy-setup/SConscript +++ b/service/easy-setup/SConscript @@ -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']: