Thomas Holenstein
Thomas Holenstein
### Description of the bug: If I mess up my BUILD structure, and forget to include `srcs = ["__init__.py"]`, it seems it can happen that Bazel overwrites the existing `__init__.py`...
According to https://github.com/bazel-contrib/rules_python/blob/a4b946bbe1b3e83ca4602a0d059fea823b0ded65/python/packaging.bzl#L102, py_wheel only supports pure python wheels. However, looking around it seems to me that this comment is outdated, so I thought I'd ask if this is still...
I'm trying to build my library for Android using Bazel, and depending on the way I install the SDK things fail. For this issue, we using bzlmod. To reproduce, I...