diff options
author | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-06 08:31:23 +0000 |
---|---|---|
committer | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-06 08:31:23 +0000 |
commit | c88c7d80724f5e04250aa70dcf2aa0e27d1889dd (patch) | |
tree | e8745f3e173b62fa107e897b127f9b1d5ed86e15 /.gitignore | |
parent | 45c92d82e9d6dbb975280e037bf83cce088c7d64 (diff) | |
download | chromium_src-c88c7d80724f5e04250aa70dcf2aa0e27d1889dd.zip chromium_src-c88c7d80724f5e04250aa70dcf2aa0e27d1889dd.tar.gz chromium_src-c88c7d80724f5e04250aa70dcf2aa0e27d1889dd.tar.bz2 |
Teach "install-build-deps.sh --arm" how to install the arm root image.
The --arm argument will already install the arm cross
toolchain, but building chrome/arm also requires an
arm sysroot. The script will now download the sysroot
to out/arm_root.
BUG=
Review URL: https://chromiumcodereview.appspot.com/11417041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ Thumbs.db v8.log /Makefile /_out +/arm-sysroot /ash/resources/google_wallpapers/ /breakpad/src/ /build/Debug |