get cross-compiler categories from overlays This function is used to filter cross-compiler packages with eclean. Rather than query the set of installed packages and filter them, we can pass the list of fixed categories and let eclean do the match. BUG=None TEST=`update_chroot` works Change-Id: I0cac8aac3a4d9ac60539f72ece6d8dbd4714b7a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosutils/+/5318869 Tested-by: Mike Frysinger <[email protected]> Auto-Submit: Mike Frysinger <[email protected]> Reviewed-by: Anuj Jamwal <[email protected]> Commit-Queue: Anuj Jamwal <[email protected]>
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.