From 5db18619b43a01e6cff440795deafd3319ff7458 Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Thu, 23 May 2024 10:51:33 -0700 Subject: [PATCH] Fix docs (#3719) Summary: Need to `mkdir /data/local/tmp/executorch` Created from CodeHub with https://fburl.com/edit-in-codehub Differential Revision: D57735464 --- docs/source/runtime-build-and-cross-compilation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/runtime-build-and-cross-compilation.md b/docs/source/runtime-build-and-cross-compilation.md index e328bd1541a..c887b1b94c0 100644 --- a/docs/source/runtime-build-and-cross-compilation.md +++ b/docs/source/runtime-build-and-cross-compilation.md @@ -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 /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