commit | e661c8505bcde20ff2c93fba8f426e5dbe8b9773 | [log] [tgz] |
---|---|---|
author | Safae Ouajih <souajih@baylibre.com> | Mon Feb 06 00:50:21 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 07 12:30:45 2023 -0500 |
tree | 6715ef80b6180d6e4ad544823aa68d8d5edfe537 | |
parent | ef66b54e92caf50d7be745161774c330141592a5 [diff] |
Dockerfile: add mkbootimg tool mkbootimg tool is part of the Android project and it is used to pack Android boot images such as boot image and vendor_boot image. Use the following command to run mkbootimg: $ python3 -m mkbootimg Add mkbootimg to the docker file Signed-off-by: Safae Ouajih <souajih@baylibre.com>