Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2:development:android:build-android

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
products:sbc:edge2:development:android:build-android [2022/09/28 09:50]
nick
products:sbc:edge2:development:android:build-android [2022/09/29 23:00] (current)
haylrn [Building]
Line 25: Line 25:
 ```shell ```shell
 $ cd PATH_YOUR_PROJECT $ cd PATH_YOUR_PROJECT
-$ ./enjoy.sh+$ source build/envsetup.sh 
 +$ lunch kedge2-userdebug 
 +$ ./build.sh -AUCKu
 ``` ```
 You can also distribute compilations: You can also distribute compilations:
Line 34: Line 36:
 ```shell ```shell
 $ cd PATH_YOUR_PROJECT $ cd PATH_YOUR_PROJECT
-cd u-boot +source build/envsetup.sh 
-$ ./make.sh rk3588+$ lunch kedge2-userdebug 
 +$ ./build.sh -Uu
 ``` ```
  
Last modified: 2022/09/28 09:50 by nick