large-file-support: drop hook At this point, this doesn't apply to x86_64 or arm64, only arm32. We don't care about arm32 anymore, so forcing people to fix issues in packages for that target is a waste of developer time. BUG=b:201531268 TEST=CQ passes Change-Id: I51c0ce2af2c305c102bb21fbeae94f5ccef44b08 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosutils/+/7983507 Commit-Queue: Leandro Lovisolo <lovisolo@google.com> Tested-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Leandro Lovisolo <lovisolo@google.com> Auto-Submit: Mike Frysinger <vapier@chromium.org>
src/scripts directoryThis repository contains build tools and scripts written in shell (e.g., Bash). Historically, much of our build process was written in shell in this directory, however, we're currently in the process of migrating many scripts to Python in Chromite.
In general, we're not currently accepting new scripts in this directory.
If you want to host a script for yourself/local team, feel free to use the src/platform/dev/contrib/ directory instead.