Hi Sir,
For my build code environment as below:
(1) The ubuntu 20.04 os(client version) run in the virtualbox 7.0.
(2) I donwload a the android12-.1.0_1.0.0 BSP from the ubuntu 20.04 server(build server).
(3) I fixed some permission denied issues for the android12-.1.0_1.0.0 BSP. The error message as below:
"mktemp: failed to create file via template ‘./.tmp.config.XXXXXXXXXX’: Permission denied"
(4) The attach files ("build-log-20230913-1.txt" and "build-log-20230913-2.zip") are build code log files.
(5) The attach file("build-log-android13-20230912.zip") was a build code log file for the android13 bsp.
I download a The android13-.0.0_2.0.0 BSP form the the ubuntu 20.04 server.That I build a uboot,and build a kernel ok.
Another, build a android image ok. I burn a android13 image to the imx8mp EVK board. the imx8mp EVK board can start a android13 os.
For my suggestion :
Could you follow my build code environment to do build a android-12.1.0_1.0.0 BSP? Thanks!