diff options
author | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 01:07:21 +0000 |
---|---|---|
committer | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 01:07:21 +0000 |
commit | b974d12e8e2c7340888b1bc884ced4c919ca1406 (patch) | |
tree | 720d6ee200bd5a05e77914f5b0361a24c4e4d353 /build | |
parent | cff498e33f978b98eb9caad1e34f487221eb5739 (diff) | |
download | chromium_src-b974d12e8e2c7340888b1bc884ced4c919ca1406.zip chromium_src-b974d12e8e2c7340888b1bc884ced4c919ca1406.tar.gz chromium_src-b974d12e8e2c7340888b1bc884ced4c919ca1406.tar.bz2 |
[Android] Also install lighttpd.
It used to be manually listed in the new engineer setup guide. Removing
it from there and adding here.
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/11777031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175960 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/install-build-deps-android.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh index 0a90d3b..d8bc11a 100755 --- a/build/install-build-deps-android.sh +++ b/build/install-build-deps-android.sh @@ -44,7 +44,7 @@ sudo apt-get -f install # be installed manually on late-model versions. # common -sudo apt-get -y install python-pexpect xvfb x11-utils +sudo apt-get -y install lighttpd python-pexpect xvfb x11-utils if /usr/bin/lsb_release -r -s | grep -q "12."; then # Ubuntu 12.x |