Refactoring the TB_LOG flag for Android builds.
authorJoseph Morrow <joseph.l.morrow@intel.com>
Fri, 29 May 2015 21:25:13 +0000 (17:25 -0400)
committerErich Keane <erich.keane@intel.com>
Fri, 29 May 2015 22:24:19 +0000 (22:24 +0000)
commit7711ee452e12dea3949ea812c000f75022e9cf56
tree08e9b628703c116fe762c8850253dc1f560d31d7
parent4cd72f3c60aae84cc4143f36612ae2152036adcc
Refactoring the TB_LOG flag for Android builds.

The TB_LOG flag on Android should not be defined with '-D'.
When using compilers for an arch type other than armeabi
or x86 (reproducable for sure on armeabi-v7a), the definition
for TB_LOG ended up being "-D-DTB_LOG".

This issue & solution was raised by an outside contributor
Anton Spaans <flyingdutchie@gmail.com>.

Change-Id: I9f8caeec37e241fb62772bc8d9f9628f87ff0eb0
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1152
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
build_common/android/SConscript
resource/csdk/connectivity/build/android/SConscript
service/notification-manager/SConscript