Making simulator build optional through scons command line argument "SIMULATOR".
authorHarish Kumara Marappa <h.marappa@samsung.com>
Mon, 21 Sep 2015 07:09:11 +0000 (12:39 +0530)
committerMadan Lanka <lanka.madan@samsung.com>
Mon, 21 Sep 2015 09:47:53 +0000 (09:47 +0000)
commit42471c31531a3dc46d3bbf861b767f11b48ac580
tree3ac8c344c0f6aa47c78681d44209875bbbca0de3
parentdad04311238a4c221a9cec662d9fe79fcd5e287a
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: Ie5dcd839d8770d219de1d623d60c23be0133bb1c
Signed-off-by: Harish Kumara Marappa <h.marappa@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2823
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
build_common/SConscript
service/SConscript