This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:edge2:development:android:build-android [2022/09/29 23:00] haylrn [Building] |
products:sbc:edge2:development:android:build-android [2024/10/28 06:15] (current) xiong |
||
---|---|---|---|
Line 27: | Line 27: | ||
$ source build/ | $ source build/ | ||
$ lunch kedge2-userdebug | $ lunch kedge2-userdebug | ||
- | $ ./build.sh -AUCKu | + | $ ./build.sh -UCKAou |
``` | ``` | ||
You can also distribute compilations: | You can also distribute compilations: | ||
Line 56: | Line 56: | ||
$ lunch kedge2-userdebug | $ lunch kedge2-userdebug | ||
$ ./build.sh -Au | $ ./build.sh -Au | ||
+ | ``` | ||
+ | |||
+ | Build OTA: | ||
+ | |||
+ | ```shell | ||
+ | $ cd PATH_YOUR_PROJECT | ||
+ | $ source build/ | ||
+ | $ lunch kedge2-userdebug | ||
+ | $ ./build.sh -ou | ||
``` | ``` | ||