Refactored android default ArchType check in SConscript.
authorJoseph Morrow <joseph.l.morrow@intel.com>
Tue, 2 Jun 2015 15:37:32 +0000 (11:37 -0400)
committerErich Keane <erich.keane@intel.com>
Tue, 2 Jun 2015 21:51:43 +0000 (21:51 +0000)
commitf3d577ebfa6dc3c8ce26413c82d9712646568c99
treee597f059cebfc5ab10477206b8886a668048cb55
parent69c710073e3ccdbf8228e5a3abfe68dd18a76dc2
Refactored android default ArchType check in SConscript.

According to SCons' wiki, checking strings should be done with "==" and
not "is". "is" is to be used for checking against the ID value for a
value and not the value, while "==" checks against the value.

Change-Id: I28710e324d998098cd22bb615a03c388f6903f18
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1170
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
build_common/SConscript