Skip to content

Commit c738625

Browse files
authored
Update using-executorch-android.md (#10084)
scripts/build_android_library.sh will no longer build demo app.
1 parent cea9d1c commit c738625

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)