diff options
author | Jon A. Cruz <jonc@osg.samsung.com> | 2015-08-18 16:14:29 -0700 |
---|---|---|
committer | Jon A. Cruz <jonc@osg.samsung.com> | 2015-08-19 06:52:13 +0000 |
commit | a14feb413a7a08bc00dd28c3b04b8aea1b1d36ed (patch) | |
tree | 5ff7d8fc6a7d0df7f28b62446348b3ecdb101376 /auto_build.sh | |
parent | e08edc7d8e79fc203bcc36fbf69c186c4480c0be (diff) | |
download | iotivity-a14feb413a7a08bc00dd28c3b04b8aea1b1d36ed.tar.gz iotivity-a14feb413a7a08bc00dd28c3b04b8aea1b1d36ed.tar.bz2 iotivity-a14feb413a7a08bc00dd28c3b04b8aea1b1d36ed.zip |
Partially revert "Enabled x86_64 build for Android."
This reverts commit 806b994263369d28941aa1495a0a3b54d5249cd5.
Leaves in place the 64-bit code changes, but removes the 64-bit
target from builds for now due to a significant increase in
verification times.
Change-Id: Ib86c35c2a80b9d11621b05fcf16e050f3d6d48b6
Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2237
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Diffstat (limited to 'auto_build.sh')
-rwxr-xr-x | auto_build.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/auto_build.sh b/auto_build.sh index 750f641ab..806bf6a33 100755 --- a/auto_build.sh +++ b/auto_build.sh @@ -72,11 +72,6 @@ function build_android() scons TARGET_OS=android TARGET_ARCH=x86 RELEASE=$1 TARGET_TRANSPORT=BT $2 scons TARGET_OS=android TARGET_ARCH=x86 RELEASE=$1 TARGET_TRANSPORT=BLE $2 - echo "*********** Build for android x86_64 *************" - scons TARGET_OS=android TARGET_ARCH=x86_64 RELEASE=$1 TARGET_TRANSPORT=IP $2 - scons TARGET_OS=android TARGET_ARCH=x86_64 RELEASE=$1 TARGET_TRANSPORT=BT $2 - scons TARGET_OS=android TARGET_ARCH=x86_64 RELEASE=$1 TARGET_TRANSPORT=BLE $2 - echo "*********** Build for android armeabi *************" scons TARGET_OS=android TARGET_ARCH=armeabi RELEASE=$1 TARGET_TRANSPORT=IP $2 scons TARGET_OS=android TARGET_ARCH=armeabi RELEASE=$1 TARGET_TRANSPORT=BT $2 |