Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add builds missing from "default" group in unified (#4573)
Currently enabling certain builds and running: ninja -C out/debug does not build them. This means we can end up building nothing at all, which is fairly confusing. They will however be built if you run either: ninja -C out/debug all ninja -C out/debug <specific target> Add the missing deps to the default target so that all opted in configs are built with the first command. Co-authored-by: Justin Wood <[email protected]>
- Loading branch information