AOSP Android 构建引起的问题

Problems arising from the AOSP Android build

我目前正在 ubuntu 18.04 (lts) asop build in.But 一次又一次发生意外问题 again.This 有什么问题吗?

这是我的开发环境。 Python - 2.7.17 openjdk-8

$user@ubuntu:~/android_build$ source ./imx-p9.0.0_2.2.0-ga/imx_android_setup.sh
$user@ubuntu:~/android_build$ lunch aosp_arm-eng
$user@ubuntu:~/android_build$ make -j 9 2>&1 | tee build-log.txt

构建-log.txt --> https://drive.google.com/file/d/1LsM_H1moCVVzyZ21Gm3SOV-x3OUlGYQm/view?usp=sharing

如果您有任何其他要求,请写下来。

查看您的日志后,vendor/nxp 目录中似乎缺少某些文件

vendor/nxp/fsl_imx_omx/OpenMAXIL/src/component/common/UniaDecoder.h:21:10: fatal error: 'fsl_unia.h' file not found
#include "fsl_unia.h"
         ^~~~~~~~~~~~
1 error generated.

请检查代码库是否正确添加了fsl_unia.h。