Chromium Code Reviews| Index: build/install-build-deps.sh |
| diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh |
| index 9341e19e8d294fe29ce9286e5802574c19a1526a..c965a9b38e06c27c941dc8c17bb94d7c79cc955e 100755 |
| --- a/build/install-build-deps.sh |
| +++ b/build/install-build-deps.sh |
| @@ -601,9 +601,6 @@ fi |
| if test "$do_inst_lib32" = "1" || test "$do_inst_nacl" = "1"; then |
| sudo dpkg --add-architecture i386 |
| - if [[ $distro_id == "Debian" ]]; then |
| - sudo dpkg --add-architecture armhf |
| - fi |
| fi |
| sudo apt-get update |