Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove third_party/checker_* from the binary.
The binaries were there because there Java tooling needed it (until it was moved to its own separate repository) and the sources were there for GPL compliance (which is not the case anymore since we don't distribute the binaries, either) To be extra safe on the GPL compliance side, I checked with ``` bazel query "rdeps(//...,//third_party/checker_framework_{javacutil,dataflow})"' ``` whether we have any dependencies on it that might end up being distributed; turns out, the only dependencies are JavaBuilder (which is not distributed with Bazel anymore, as proven by the above query) and some tests. Closes #8163. PiperOrigin-RevId: 245416925
- Loading branch information