Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.1.0] Expose AndroidIdeInfo in android_common (#21607)
Previously 916c3f5 exposed the provider on top-level to support IntelliJ aspects. Exposing it over android_common, makes it possible to detect its presence in Starlark code via `getattr(android_common, "AndroidIdeInfo")`. With this detection it's easier to support older Bazel versions. Without exposing it via android_common, detecting AndroidIdeInfo presence in Bazel world is only possible using a new dependency on @bazel_features in IntelliJ aspects. Fixes: #21544 PiperOrigin-RevId: 613580552 Change-Id: I214024facbdc9ac7742bf98575101bd624d4a6a7
- Loading branch information