Skip to content

make-bootimage: always use LineageOS mkbootimg instead of host tool

The mkbootimg version in Ubuntu 22.04 LTS for example is too old and doesn't support either header v3 or v4 required for newer devices.

Could be switched to call mkbootimg from $PATH with $TMPDOWN/android_system_tools_mkbootimg added there and mkbootimg -> mkbootimg.py symlink created as well, but perhaps always being explicit is better similar to other tools in $TMPDOWN (mkdtboimg.py & avbtool) from make-bootimage.sh are already called.

Merge request reports