Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rules_apple] Migrate static_framework_file to imported_library (#1697)
STATIC_FRAMEWORK_FILE is a static archive, and we should be able to migrate it to IMPORTED_LIBRARY. We will eventually migrate it to a LibraryToLink in the CcLinkingContext. If this migration breaks build, it is likely because there are two ~equivalent static frameworks in the dependency, that were deduplicated when -F are used to find them. We should fix those builds by eliminating the redundant dependency. PiperOrigin-RevId: 472471843 (cherry picked from commit 08a6456) Co-authored-by: Walter Lee <waltl@google.com>
- Loading branch information