Skip to content

Commit

Permalink
Fix docs (#3719) (#3722)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #3719

Need to `mkdir /data/local/tmp/executorch`

Created from CodeHub with https://fburl.com/edit-in-codehub

Reviewed By: cccclai

Differential Revision: D57735464

fbshipit-source-id: 09b7c275303c7f5952f6b80036468a265b57845f
(cherry picked from commit 25cc1db)

Co-authored-by: Hansong Zhang <hsz@meta.com>
  • Loading branch information
pytorchbot and kirklandsign committed May 24, 2024
1 parent 9df4339 commit b979b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/runtime-build-and-cross-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ cmake -DCMAKE_TOOLCHAIN_FILE=/Users/{user_name}/Library/Android/sdk/ndk/25.2.951
cd ..
cmake --build cmake-android-out -j9

adb shell mkdir -p /data/local/tmp/executorch
# push the binary to an Android device
adb push cmake-android-out/executor_runner /data/local/tmp/executorch
# push the model file
Expand Down

0 comments on commit b979b40

Please sign in to comment.