Chromium Code Reviews| Index: build/install-build-deps-android.sh |
| diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh |
| index 73e534a286922d02a8ef5cb4594b6af7c1433508..c58d89c21d972b8dde4aa81eff4e89a5ec0aa946 100755 |
| --- a/build/install-build-deps-android.sh |
| +++ b/build/install-build-deps-android.sh |
| @@ -44,7 +44,8 @@ sudo apt-get -f install |
| # be installed manually on late-model versions. |
| # common |
| -sudo apt-get -y install checkstyle lighttpd python-pexpect xvfb x11-utils |
| +sudo apt-get -y install checkstyle imagemagick lighttpd python-pexpect xvfb \ |
|
cjhopman
2013/12/06 17:28:23
Could we start a pattern of documenting what these
newt (away)
2013/12/06 19:22:51
Done. Not sure if there's a prettier way of doing
|
| + x11-utils |
| # Few binaries in the Android SDK require 32-bit libraries on the host. |
| sudo apt-get -y install lib32z1 g++-multilib |