From 37873d57a086b9f1e67dd0b11491f0c8cfe3281b Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Thu, 27 Feb 2025 18:43:38 -0800 Subject: [PATCH] [Android docs] Avoid I/we --- docs/source/using-executorch-android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/using-executorch-android.md b/docs/source/using-executorch-android.md index 39bd0c1970a..2535c267923 100644 --- a/docs/source/using-executorch-android.md +++ b/docs/source/using-executorch-android.md @@ -6,7 +6,7 @@ Note: This page covers Android app integration through the AAR library. The Exec ## Installation -We package all ExecuTorch Android libraries into an Android library (AAR), `executorch.aar` for both generic (image/audio processing) and LLM (LLaMA) use case. In each release, we will upload the prebuilt AAR artifacts. Users can also build the AAR from source. +All ExecuTorch Android libraries are packaged into an Android library (AAR), `executorch.aar` for both generic (image/audio processing) and LLM (LLaMA) use case. In each release, prebuilt AAR artifacts are uploaded to S3. Users can also build the AAR from source. ### Contents of library