Skip to content

Commit 76fb844

Browse files
authored
Update NDK version in using-executorch-building-from-source.md (#8812)
Use NDK 27 because some early version doesn't support BF16.
1 parent 6c7b5b5 commit 76fb844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/using-executorch-building-from-source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Assuming Android NDK is available, run:
218218
mkdir cmake-android-out && cd cmake-android-out
219219

220220
# point -DCMAKE_TOOLCHAIN_FILE to the location where ndk is installed
221-
cmake -DCMAKE_TOOLCHAIN_FILE=/Users/{user_name}/Library/Android/sdk/ndk/25.2.9519653/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a ..
221+
cmake -DCMAKE_TOOLCHAIN_FILE=/Users/{user_name}/Library/Android/sdk/ndk/27.2.12479018/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a ..
222222

223223
cd ..
224224
cmake --build cmake-android-out -j9

0 commit comments

Comments
 (0)