Skip to content

Commit

Permalink
Android: remove gclient runhooks
Browse files Browse the repository at this point in the history
The command was failing with the following message:

> update_depot_tools: line 148: goma_ctl: command not found

Caused by:
https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4160794
  • Loading branch information
bblanchon committed Apr 15, 2024
1 parent f78a307 commit 3bab942
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion steps/04-install-extras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ case "$OS" in
sudo apt-get update
sudo apt-get remove -y php7.4-common
build/install-build-deps.sh --android
gclient runhooks
;;
esac

Expand Down

0 comments on commit 3bab942

Please sign in to comment.