From 079572bd7e8e8f3d718fc5da1ac792c5d0c9e46e Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Wed, 18 Jan 2017 15:06:18 +0100 Subject: [PATCH] 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 --- service/easy-setup/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']: -- 2.7.4