changed default transport type on android platform
authorhyuna0213.jo <hyuna0213.jo@samsung.com>
Wed, 11 Nov 2015 06:44:41 +0000 (15:44 +0900)
committerJon A. Cruz <jonc@osg.samsung.com>
Sat, 21 Nov 2015 02:28:47 +0000 (02:28 +0000)
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 <hyuna0213.jo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/4135
Reviewed-by: Naga Ashok Jampani <jn.ashok@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
build_common/SConscript

index 9a79066..a37d1a1 100644 (file)
@@ -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))