commit | 4c38b6af9907ff4e244de4c5877e9f943bd2ea11 | [log] [tgz] |
---|---|---|
author | Safae Ouajih <souajih@baylibre.com> | Mon Feb 06 00:50:21 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 28 14:55:50 2023 -0400 |
tree | 1303c2f1e1f605872a13a84505028c882059b814 | |
parent | bdf88c0bc73eee9709f90b21882d0c58803e26d4 [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>