Skip to content

Commit b8c3ee9

Browse files
authored
Update android docs
Differential Revision: D71073675 Pull Request resolved: #9206
1 parent c7db9b9 commit b8c3ee9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/source/using-executorch-android.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To add the Java library to your app:
4242
1. Download the AAR.
4343
2. Add it to your gradle build rule as a file path.
4444

45-
The Java package requires `fbjni` and `soloader`, and currently requires users to explicitly declare the dependency. Therefore, two more `dependencies` in gradle rule is required:
45+
An AAR file itself does not contain dependency info. The Java package requires `fbjni` and `soloader`, and currently requires users to explicitly declare the dependency. Therefore, two more `dependencies` in gradle rule is required:
4646
```
4747
implementation("com.facebook.soloader:soloader:0.10.5")
4848
implementation("com.facebook.fbjni:fbjni:0.5.1")
@@ -108,7 +108,12 @@ after installing and setting up the SDK, set `NEURON_BUFFER_ALLOCATOR_LIB` and `
108108
#### Using Qualcomm AI Engine Backend
109109

110110
To use [Qualcomm AI Engine Backend](https://pytorch.org/executorch/main/backends-qualcomm.html#qualcomm-ai-engine-backend),
111-
after installing and setting up the SDK, set `QNN_SDK_ROOT` to the corresponding path
111+
after installing and setting up the SDK, set `QNN_SDK_ROOT` to the corresponding path.
112+
113+
#### Using Vulkan Backend
114+
115+
To use [Vulkan Backend](https://pytorch.org/executorch/main/backends-vulkan.html#vulkan-backend),
116+
set `EXECUTORCH_BUILD_VULKAN` to `ON`.
112117

113118
## Android Backends
114119

@@ -158,4 +163,4 @@ using ExecuTorch AAR package.
158163

159164
## Java API reference
160165

161-
Please see [Java API reference](https://pytorch.org/executorch/main/javadoc/)
166+
Please see [Java API reference](https://pytorch.org/executorch/main/javadoc/).

0 commit comments

Comments
 (0)