Compiling Android 13.0.0_1.2.0 for i.MX8M plus

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Compiling Android 13.0.0_1.2.0 for i.MX8M plus

Jump to solution
771 Views
2744194
Contributor II

Hi NXP Team,

I am trying to compile Android 13 for I.MX 8M Plus on ubuntu 22.04. I executed these commands :

source ./imx_android_setup.sh
source build/envsetup.sh
lunch evk_8mp-userdebug
./imx-make.sh -j4 2>&1 | tee build-log.txt

the terminal screen is closed while [ 99% 443/444] test android/soong/apex is written. I dont have any error message. Why is this happening ?

0 Kudos
1 Solution
737 Views
Sanket_Parekh
NXP TechSupport
NXP TechSupport
 
I hope you are doing well.
 
Please try performing build again.
 
Please make sure that host system is compatible to the requirements mentioned in 2.1 Setting up your computer in Android User's Guide
 
Please try with reducing -j value to 2.
$ ./imx-make.sh -j2 2>&1 | tee build-log.txt
 
Thanks & Regards,
Sanket Parekh

View solution in original post

1 Reply
738 Views
Sanket_Parekh
NXP TechSupport
NXP TechSupport
 
I hope you are doing well.
 
Please try performing build again.
 
Please make sure that host system is compatible to the requirements mentioned in 2.1 Setting up your computer in Android User's Guide
 
Please try with reducing -j value to 2.
$ ./imx-make.sh -j2 2>&1 | tee build-log.txt
 
Thanks & Regards,
Sanket Parekh