This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim1s:development:android:build-android [2022/09/08 21:52] goenjoy |
products:sbc:vim1s:development:android:build-android [2023/08/22 21:24] (current) goenjoy |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{indexmenu_n> | + | |
| + | {{indexmenu_n> | ||
| Line 6: | Line 7: | ||
| ===== Preparations ===== | ===== Preparations ===== | ||
| - | | + | |
| - | | + | |
| - | | + | |
| ===== Building ===== | ===== Building ===== | ||
| Line 57: | Line 57: | ||
| <WRAP important > | <WRAP important > | ||
| - | * Unlike | + | * When compiling Android for VIM3, both Android and the kernel are compiled together. For VIM1S, only Android is compiled, the kernel has to be compiled separately. |
| * Replace '' | * Replace '' | ||
| * Replace '' | * Replace '' | ||
| Line 68: | Line 68: | ||
| ```sh demo.sh | ```sh demo.sh | ||
| - | $ cat demo.sh | ||
| #!/bin/bash | #!/bin/bash | ||
| Line 83: | Line 82: | ||
| echo "build Kernel" | echo "build Kernel" | ||
| if [ " | if [ " | ||
| + | . build/ | ||
| + | lunch kvim1s-userdebug | ||
| make distclean | make distclean | ||
| fi | fi | ||
| Line 92: | Line 93: | ||
| echo "build Android" | echo "build Android" | ||
| if [ " | if [ " | ||
| + | . build/ | ||
| + | lunch kvim1s-userdebug | ||
| make clean | make clean | ||
| fi | fi | ||