Skip to content

Commit 8b8094d

Browse files
Olivia-liufacebook-github-bot
authored andcommitted
Fix a small typo (#2253)
Summary: Pull Request resolved: #2253 bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: Jack-Khuu Differential Revision: D54523664 fbshipit-source-id: e8e311296c541d6cda92964fec8f3eb417330587
1 parent 111379b commit 8b8094d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/runtime-build-and-cross-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Assuming Android NDK is available, run:
140140
rm -rf cmake-android-out && mkdir cmake-android-out && cd cmake-android-out
141141

142142
# point -DCMAKE_TOOLCHAIN_FILE to the location where ndk is installed
143-
# Run `which buck2`, if it returns empty (meaning the system doesn't know where buck2 is installed), pass in pass in this flag `-DBUCK2=/path/to/buck2` pointing to buck2
143+
# Run `which buck2`, if it returns empty (meaning the system doesn't know where buck2 is installed), pass in this flag `-DBUCK2=/path/to/buck2` pointing to buck2
144144
cmake -DCMAKE_TOOLCHAIN_FILE=/Users/{user_name}/Library/Android/sdk/ndk/25.2.9519653/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a ..
145145

146146
cd ..

0 commit comments

Comments
 (0)