...
Wait until the end of the compilation process (build process can lasts 1 or more hours according to the speed of your system)
You can produce a tar.gz archive to be used for installation running the following script:
prepare_distro.sh [<IMAGE_NAME>]
# Where [<IMAGE_NAME>] is an optional text string for naming the image file (default to “Android_11_<BOARD_CODE>_Distro_<DATE>.tar.gz”)
Info |
---|
The peconfigured preconfigured android_build.sh script contains all the commands described above and can be used to speedup the build process, or can be modified to be used for specific needs. |
...