Skip to content

Commit a1250aa

Browse files
remove buck2 from backend dependencies doc (#4226) (#4247)
Summary: Pull Request resolved: #4226 for alpha+, we need to remove all buck2 commands and buck2 dependencies from static doc and github readmes. This diff gets rid of the buck2 from kernel lb backend dependencies doc. Reviewed By: kirklandsign Differential Revision: D59650240 fbshipit-source-id: 07d28a5f81f375e115d9daeeec6a5381a61b75a0 (cherry picked from commit e599d37) Co-authored-by: Songhao Jia <[email protected]>
1 parent 622c6cf commit a1250aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source/backend-delegates-dependencies.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,8 @@ but the URLs can't be in the requirements.txt, so not recommending this for now.
123123
The recommended approach is to include a git submodule for a given C++
124124
dependency in the `executorch/backends/<delegate_name>/third-party` directory.
125125

126-
### buck2/CMake Support
127-
At a minimum CMake support is required. Adding buck2 support is optional, but
128-
will make the delegate available to more ExecuTorch users.
126+
### CMake Support
127+
At a minimum CMake support is required.
129128

130129
<!---
131130
TODO: Add more details about: complying with ET runtime build configurations;

0 commit comments

Comments
 (0)