mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🔨 Improve Android kernel building script
This commit is contained in:
parent
836610d16a
commit
52eae8a09d
2 changed files with 2 additions and 2 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
|
### Android
|
||||||
|
|
||||||
* `cd kernel`
|
* `cd kernel`
|
||||||
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' -androidapi 24 ./mobile/`
|
* `set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8; gomobile bind --tags fts5 -ldflags "-s -w" -v -o kernel.aar -target=android/arm64 -androidapi 26 ./mobile/`
|
||||||
* https://github.com/siyuan-note/siyuan-android
|
* https://github.com/siyuan-note/siyuan-android
|
||||||
|
|
||||||
### Harmony
|
### Harmony
|
||||||
|
|
|
||||||
2
.github/CONTRIBUTING_zh_CN.md
vendored
2
.github/CONTRIBUTING_zh_CN.md
vendored
|
|
@ -57,7 +57,7 @@ NPM 镜像:
|
||||||
### Android
|
### Android
|
||||||
|
|
||||||
* `cd kernel`
|
* `cd kernel`
|
||||||
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' -androidapi 24 ./mobile/`
|
* `set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8; gomobile bind --tags fts5 -ldflags "-s -w" -v -o kernel.aar -target=android/arm64 -androidapi 26 ./mobile/`
|
||||||
* https://github.com/siyuan-note/siyuan-android
|
* https://github.com/siyuan-note/siyuan-android
|
||||||
|
|
||||||
### Harmony
|
### Harmony
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue