Remove noautodeps from files inc executorch/sdk/bundled_program/schema/test/TARGETS
Summary: autodeps automatically adds and removes dependencies from targets. Removing dependencies reduces build times, build sizes, and error surfaces. Adding dependencies gives your code the things it needs to work.
This diff removes noautodeps from one or more TARGETS files, opting them into autodeps.
This changes should be low risk because:
- We have verified that
autodepsruns correctly on the modified files - The TARGETS files in this diff contain only additions and no removals of dependencies. Additions rarely break code.
- We have verified that the additions do not create circular dependencies, which are the most common problem when dependencies are added.
- If you approve of this diff, please use the "Accept & Ship" button :-)
Reviewed By: meyering
Differential Revision: D51492409
:link: Helpful Links
:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/1302
- :page_facing_up: Preview Python docs built from this PR
Note: Links to docs will display an error until the docs builds have been completed.
:white_check_mark: You can merge normally! (1 Unrelated Failure)
As of commit a81a185f0e788e1b7aeaaeff6affce065e5045d4 with merge base 554cd2792cf684818b9f33106eb1a6d19bb1f85b ():
BROKEN TRUNK - The following job failed but were present on the merge base:
👉 Rebase onto the `viable/strict` branch to avoid these failures
-
Lint / lintrunner / linux-job (gh)
>>> Lint for backends/vulkan/test/op_tests/utils/codegen.py:
This comment was automatically generated by Dr. CI and updates every 15 minutes.
This pull request was exported from Phabricator. Differential Revision: D51492409
This pull request was exported from Phabricator. Differential Revision: D51492409