Use bazel rules to simplify build scripts
djungelorm opened this issue ยท 1 comments
A lot of the custom build scripts in tools/build/...
can probably be replaced by using rules provided by bazel, including:
This would remove a lot of custom logic and code on our end, instead relying on rules maintained by the bazel developers/community. This will also help with getting the bazel build working on Windows, as these rules are cross platform.