[NaCl SDk] Update naclports revision used to build SDK
This brings in 98 revsions from the naclports repo between 0c21fc5..796184d. This change is needed to fix the build on chrome release branches. The critical change needed is: 796184d Check SDK major version as well as revision BUG=432273 R=binji@chromium.org Review URL: https://codereview.chromium.org/720513002 Cr-Commit-Position: refs/heads/master@{#303859}
This commit is contained in:
native_client_sdk/src
@ -57,7 +57,7 @@ CYGTAR = os.path.join(BUILD_DIR, 'cygtar.py')
|
||||
PKGVER = os.path.join(BUILD_DIR, 'package_version', 'package_version.py')
|
||||
|
||||
NACLPORTS_URL = 'https://chromium.googlesource.com/external/naclports.git'
|
||||
NACLPORTS_REV = '873ca4910a5f9d4206306aacb4ed79c587c6a5f3'
|
||||
NACLPORTS_REV = '796184d48c27d65f48638a51ae144d651cd9f90d'
|
||||
|
||||
GYPBUILD_DIR = 'gypbuild'
|
||||
|
||||
|
@ -11,7 +11,7 @@ cd ${SCRIPT_DIR}
|
||||
|
||||
OUT_DIR=out
|
||||
NACLPORTS_URL=https://chromium.googlesource.com/external/naclports.git
|
||||
NACLPORTS_SHA=873ca4910a5f9d4206306aacb4ed79c587c6a5f3
|
||||
NACLPORTS_SHA=796184d48c27d65f48638a51ae144d651cd9f90d
|
||||
NACLPORTS_DIR=${OUT_DIR}/naclports
|
||||
NACLAM_URL=https://github.com/johnmccutchan/NaClAMBase
|
||||
NACLAM_DIR=${OUT_DIR}/NaClAMBase
|
||||
|
@ -11,7 +11,7 @@ cd ${SCRIPT_DIR}
|
||||
|
||||
OUT_DIR=out
|
||||
NACLPORTS_URL=https://chromium.googlesource.com/external/naclports.git
|
||||
NACLPORTS_REV=873ca4910a5f9d4206306aacb4ed79c587c6a5f3
|
||||
NACLPORTS_REV=796184d48c27d65f48638a51ae144d651cd9f90d
|
||||
NACLPORTS_DIR=${OUT_DIR}/naclports
|
||||
|
||||
if [ -z "${NACL_SDK_ROOT:-}" ]; then
|
||||
|
Reference in New Issue
Block a user