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:
Родитель
daa3636164
Коммит
e3c959661d
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче