Revert 242405 "Skip downloading of nacl toolchain for android. "

Author hasn't signed the CLA.

> Skip downloading of nacl toolchain for android. 
> Nacl is not enabled in android and it takes too long to download the toolchain.
> 
> BUG=329646
> 
> Review URL: https://codereview.chromium.org/116833006

TBR=mahesh.kk@samsung.com

Review URL: https://codereview.chromium.org/119103003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@242470 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
thakis@chromium.org 2013-12-24 23:58:42 +00:00
Родитель daa3636164
Коммит e3c959661d
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -132,9 +132,6 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION}
print_usage
return 1
esac
# nacl isn't enabled for android, avoid downloading the toolchain.
DEFINES+=" -Ddisable_nacl=1"
}

Просмотреть файл

@ -12,7 +12,6 @@ import sys
def Main(args):
# Exit early if disable_nacl=1.
if 'disable_nacl=1' in os.environ.get('GYP_DEFINES', ''):
print 'NACL is disabled. Skipping NativeClient toolchain download.'
return 0
script_dir = os.path.dirname(os.path.abspath(__file__))
src_dir = os.path.dirname(script_dir)