Hello All,
i am trying to build the android 8.0.0 for imx6q board but it is taking too much time to build i.e almost more the 2day till building is not yet happen what could be the reason for this, and i followed the below steps
step 1: i download the source from the below link
step 2: extract the source
step 3: follow the README file steps to as below
=====================================================================
i.MX Android BSP Setup README
To use this manifest repo, the 'repo' tool must be installed first.
--------------------------------------------------------
$: mkdir ~/bin
$: curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$: chmod a+x ~/bin/repo
$: export PATH=${PATH}:~/bin
Download and Setup Source:
-----------------------------------------
Run setup script to download Android open source and copy proprietary to source folders
Run from above the folder for setup script to work properly
$: source ./imx-o8.0.0_1.0.0_ga/imx_android_setup.sh
Setup build environment:
-------------------------
- Set up the environment for building. This only configures the current terminal.
$ source build/envsetup.sh
- Execute the Android lunch command.
lunch command can be issued with an argument or can be issued without the argument presenting a menu of selection.
$ lunch sabresd_6dq-userdebug
Check Android User's Guide for more details
- Execute the make command to generate the image.
$ make 2>&1 | tee build-log.txt
When the make command is complete, the build-log.txt file contains the execution output. Check for any errors.
===========================================================================================
but i am still in the below step is progressing
$: source ./imx-o8.0.0_1.0.0_ga/imx_android_setup.sh
can anyone help me come out of this and what wrong i did,
best regards
Nandish S.G
Hello Radhika,
Thanks for your quick reply. issue was resolved,
BR,
SGN
Hi nandishsg ,
Can you please provide the error or logs after you gave "source ./imx-o8.0.0_1.0.0_ga/imx_android_setup.sh"? We are able to build it without any error.
Regards,
Radhika Somaiya.