I wrote something a little like buildgen, but more...
# general
s
I wrote something a little like buildgen, but more specific to our environment. it generates build files based on imports. but with strict_deps, this is usually not all that’s necessary. So, I added a script that tries to compile targets that are failing, parses the output looking for missing dependencies/classfiles, then updates the BUILD file with what’s missing. then repeats until success.