Skip to content

Commit a6b4fee

Browse files
Update using-executorch-android.md (#10085)
scripts/build_android_library.sh will no longer build demo app. Need to update https://github.com/pytorch/executorch/blob/main/examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md then. Co-authored-by: Hansong <[email protected]>
1 parent 39ddfc2 commit a6b4fee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/using-executorch-android.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ Now you can compile your app with the ExecuTorch Android library.
9696

9797
## Building from Source
9898

99-
`scripts/build_android_library.sh` is a helper script to build the Java library (into .jar), native library (into .so), and the packaged AAR file. It can also build
100-
demo apps to showcase the AAR is integrated into a user app correctly.
99+
`scripts/build_android_library.sh` is a helper script to build the Java library (into .jar), native library (into .so), and the packaged AAR file.
101100

102101
You need Android [SDK](https://developer.android.com/studio) and [NDK](https://developer.android.com/ndk/downloads) to use it.
103102

0 commit comments

Comments
 (0)