You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building Blueline on d0cec21, it appears that there is an image needed by the kernel that is missing due to a make rule missing.
build/make/core/Makefile:28: warning: overriding commands for target `out/target/product/blueline/vendor/lib64/soundfx/libvolumelistener.so'build/make/core/base_rules.mk:412: warning: ignoring old commands for target `out/target/product/blueline/vendor/lib64/soundfx/libvolumelistener.so'build/make/core/Makefile:28: warning: overriding commands for target `out/target/product/blueline/vendor/lib64/[email protected]'build/make/core/base_rules.mk:412: warning: ignoring old commands for target `out/target/product/blueline/vendor/lib64/[email protected]'
build/make/core/Makefile:28: warning: overriding commands for target `out/target/product/blueline/vendor/lib64/[email protected]'build/make/core/base_rules.mk:412: warning: ignoring old commands for target `out/target/product/blueline/vendor/lib64/[email protected]'[ 99% 1159/1160] glob tools/tradefederation/core/atest/**/*.pyninja: error: 'device/google/crosshatch-kernel/Image.lz4-dtb', needed by 'out/target/product/blueline/kernel', missing and no known rule to make it11:47:57 ninja failed with: exit status 1make: *** [Makefile:43: build] Error 1
The text was updated successfully, but these errors were encountered:
After building crosshatch, it appears that you can build blueline with no problem. But there is probably something missing in the initial build from scratch of blueline
When building Blueline on
d0cec21
, it appears that there is an image needed by the kernel that is missing due to a make rule missing.The text was updated successfully, but these errors were encountered: