Remove noautodeps from files inc executorch/extension/pytree/TARGETS (#1298)
Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/1298 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 `autodeps` runs 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: D51492415 fbshipit-source-id: e2714ab6b2a8d5ef73e21a343617a63b6aadca3a
R
Richard Barnes committed
19f4099260a57d646fa0f7d6eae258a8836a717e
Parent: 61aad49
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 11/28/2023, 8:16:46 PM