我正试图在运行Fedora 34工作站的VPS上构建血统19.0。它有8GB内存和20 8GB交换空间。它是在KVM中虚拟化的。
它正确地完成了所有其他工作,并且我已经加倍检查是否遗漏了任何依赖项。我还使用https://github.com/LineageOS/android_hardware_ril/tree/lineage-19.0/重新克隆了硬件/ril路径,但它也不起作用。
这就是错误。
[ 99% 1244/1245] finishing build rules ...
FAILED:
hardware/ril/reference-ril/Android.mk: error: "libreference-ril (SHARED_LIBRARIES android-arm) missing libril (SHARED_LIBRARIES android-arm)"
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
hardware/ril/rild/Android.mk: error: "rild (EXECUTABLES android-arm) missing libril (SHARED_LIBRARIES android-arm)"
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
build/make/core/main.mk:1122: error: exiting from previous errors.
21:03:21 ckati failed with: exit status 1
#### failed to build some targets (02:24 (mm:ss)) ####
答复如下:
发布于 2022-03-10 16:22:33
找到了答案:
首先,确保如果您有三星设备,您有最新的三星硬件文件。
其次,只需在ALLOW_MISSING_DEPENDENCIES=true
中添加BoardConfig.mk
即可
https://stackoverflow.com/questions/71427226
复制相似问题