Skip to content

Commit

Permalink
Call gclient runhooks instead of install-sysroot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed May 21, 2024
1 parent d1a9c1b commit 171464c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion steps/04-install-extras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ pushd "$SOURCE"

case "$OS" in
linux)
build/linux/sysroot_scripts/install-sysroot.py "--arch=$CPU"
build/install-build-deps.sh
gclient runhooks
;;

android)
build/install-build-deps.sh --android
gclient runhooks
;;
esac

Expand Down

0 comments on commit 171464c

Please sign in to comment.