This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove usage of deprecated ObjCProvider attributes (#75)
These APIs were deprecated a while ago, but Bazel 4.0.0 has removed them completely. The information in `ObjCProvider` has been migrated to `CcCompilationContext`: bazelbuild/bazel#10674 I've replaced the usages of the deprecated APIs with the equivalents from `CcCompilationContext` and can confirm that it now works with Bazel 4.0.0.
- Loading branch information