-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 'exported_deps' from apple_binary() rule definition.
Summary: ## Diff Stack This diff stack will remove the usage and definition of `exported_deps` attributes in `apple_test()` and `apple_binary` rules. This includes: 1. merging existing `exported_deps` attribute targets into `deps` attributes. Duplicates will be removed during merging. 2. removing the actual `exported_deps` fields from the rules. --- ## This Diff - Remove `exported_deps` attribute definition of `apple_binary()` rule. - Fix broken CI and unit tests: - return empty list when `exported_deps` attribute isn't defined. - remove logic that shadow injection of `exported_deps` internally in custom macros, such as `ios_binary`. --- ## References - Check D65839248 for more details of the script used for this modification. #buildall-fbobjc Reviewed By: manicaesar Differential Revision: D66231521 fbshipit-source-id: 406d7a2359ea1e56fb2b96972b1fb3fc3e78caa2
- Loading branch information
1 parent
aaec7af
commit e593e8a
Showing
3 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters