diff options
author | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-20 20:09:48 +0000 |
---|---|---|
committer | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-20 20:09:48 +0000 |
commit | 9cc13e4e107c0c5faced7b2f2c1200199715e56d (patch) | |
tree | bce60ba14d01b314e99248c1d13fd3088414f3c7 /DEPS | |
parent | 32d9e1f2ce67b13988e55a767779e017425c3ed7 (diff) | |
download | chromium_src-9cc13e4e107c0c5faced7b2f2c1200199715e56d.zip chromium_src-9cc13e4e107c0c5faced7b2f2c1200199715e56d.tar.gz chromium_src-9cc13e4e107c0c5faced7b2f2c1200199715e56d.tar.bz2 |
Use NDK r8b and 64-bit toolchain
- Roll DEPS to NDK r8b
- Use 64-bit toolchain
- Use gold linker
BUG=
Review URL: https://chromiumcodereview.appspot.com/10837226
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152376 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -525,7 +525,7 @@ deps_os = { "src/third_party/android_tools": Var("chromium_git") + "/android_tools.git" + - "@e55ecc54323647741d921b03a03b848bc853d39c", + "@ebd740fc3d55dda34d9322c8c5f7749302734325", }, } |