Update _developer_onboarding.md
This commit is contained in:
parent
971f8cf8b8
commit
67259a8ebf
1 changed files with 2 additions and 0 deletions
|
|
@ -151,6 +151,8 @@ So for example to build the sdk against aarch64-linux-android target and copy th
|
|||
./scripts/build.sh -p [YOUR MATRIX RUST SDK PATH] -t aarch64-linux-android -o [YOUR element-x-android PATH]/libraries/rustsdk/matrix-rust-sdk.aar
|
||||
```
|
||||
|
||||
Note: You may need to set `ANDROID_NDK_HOME` e.g `export ANDROID_NDK_HOME=~/Library/Android/sdk/ndk`.
|
||||
|
||||
Finally let the `matrix/impl` module use this aar by changing the dependencies from `libs.matrix.sdk` to `projects.libraries.rustsdk`:
|
||||
|
||||
```groovy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue