mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 18:26:09 +01:00
🎨 Update mobile build doc
This commit is contained in:
parent
55fdc3741e
commit
49e6fdf10c
2 changed files with 5 additions and 3 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
|
@ -55,7 +55,7 @@ Note: In the development environment, the kernel process will not be automatical
|
|||
### Android
|
||||
|
||||
* `cd kernel`
|
||||
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' ./mobile/`
|
||||
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' -androidapi 24 ./mobile/`
|
||||
* https://github.com/siyuan-note/siyuan-android
|
||||
|
||||
For the mobile-end, please refer to the corresponding project repository.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue