Skip to content

Commit a67e250

Browse files
committed
Move iOS docs to top, add Android placeholders (#8511)
* Temporarily remove using-executorch-ios.md * Move Apple runtime docs to new location
1 parent 3aadddd commit a67e250

File tree

3 files changed

+343
-326
lines changed

3 files changed

+343
-326
lines changed

docs/source/apple-runtime.md

Lines changed: 0 additions & 324 deletions
This file was deleted.
Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
# Using ExecuTorch on Android
22

3-
Placeholder for top-level Android documentation
3+
To use from Android, ExecuTorch provides Java API bindings and Android platform integration, available as a AAR file. The ExecuTorch C++ APIs can also be used from Android native.
4+
5+
## Installation
6+
7+
TODO Instructions on downloading the pre-built AAR. Replace with Maven/Gradle package management when available.
8+
9+
### Building from Source
10+
11+
TODO Instructions on re-creating and customizing the Android AAR.
12+
13+
## Android Backends
14+
15+
TODO Describe commonly used backends, including XNN, Vulkan, and NPUs.
16+
17+
## Runtime Integration
18+
19+
TODO Code sample in Java
20+
21+
## Next Steps
22+
23+
TODO Link to Java API reference and other relevant material

0 commit comments

Comments
 (0)