Skip to content

Commit 350b0ef

Browse files
committed
Fix Android ExecuTorchDemo docs
1 parent 618466e commit 350b0ef

File tree

1 file changed

+2
-0
lines changed
  • examples/demo-apps/android/ExecuTorchDemo

1 file changed

+2
-0
lines changed

examples/demo-apps/android/ExecuTorchDemo/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ cmake . -DCMAKE_INSTALL_PREFIX=cmake-android-out \
7878
-DEXECUTORCH_BUILD_XNNPACK=ON \
7979
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
8080
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
81+
-DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON \
8182
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
8283
-Bcmake-android-out
8384

@@ -120,6 +121,7 @@ cmake . -DCMAKE_INSTALL_PREFIX=cmake-android-out \
120121
-DQNN_SDK_ROOT="${QNN_SDK_ROOT}" \
121122
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
122123
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
124+
-DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON \
123125
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
124126
-Bcmake-android-out
125127

0 commit comments

Comments
 (0)