From 1a8102b3cff0cd4cf4257f63a2ca83c0043a3960 Mon Sep 17 00:00:00 2001 From: "hyuna0213.jo" Date: Wed, 11 Nov 2015 15:44:41 +0900 Subject: [PATCH] changed default transport type on android platform if there is no trasport option from command line, all transport should be enabled on android platform. Change-Id: I78e7e3c0d7473f711db67a388d9ea0bbd5908587 Signed-off-by: hyuna0213.jo Reviewed-on: https://gerrit.iotivity.org/gerrit/4135 Reviewed-by: Naga Ashok Jampani Tested-by: jenkins-iotivity Reviewed-by: Jon A. Cruz --- build_common/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_common/SConscript b/build_common/SConscript index 9a79066..a37d1a1 100644 --- a/build_common/SConscript +++ b/build_common/SConscript @@ -70,7 +70,7 @@ else: ###################################################################### # Common build options (release, target os, target arch) ###################################################################### -targets_disallow_multitransport = ['arduino', 'android'] +targets_disallow_multitransport = ['arduino'] help_vars = Variables() help_vars.Add(BoolVariable('VERBOSE', 'Show compilation', False)) -- 2.7.4