Making simulator build optional through scons command line argument "SIMULATOR".
authorHarish Kumara Marappa <h.marappa@samsung.com>
Mon, 21 Sep 2015 06:05:06 +0000 (11:35 +0530)
committerMadan Lanka <lanka.madan@samsung.com>
Mon, 21 Sep 2015 07:35:20 +0000 (07:35 +0000)
commit1fb2d475d1ae04306c63672daf780269f6ef513d
treed62f44ce64983bfb2c0c0e4fe253317b63525435
parentfa56dec4982312faad1c6d5b2e7a9441b4a02a9d
Making simulator build optional through scons command line argument "SIMULATOR".

simulator module will be built only if scons command passed with SIMULATOR
argument having one of the case insensitive value from "True", "Yes", "Y" and
"1".

Example: scons SIMULATOR=1

Change-Id: I466cadaa8b815bc9bd269c147324ccbb32c907dc
Signed-off-by: Harish Kumara Marappa <h.marappa@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2813
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
build_common/SConscript
service/SConscript