You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Android_boot_image_editor/avb/Makefile

12 lines
329 B
Makefile

t:
cp boot.img boot.img.orig
./avbtool add_hash_footer \
--image boot.img \
--partition_size 33554432 \
--partition_name boot \
--algorithm SHA256_RSA4096 \
--key avb_test_data/testkey_rsa4096.pem
./avbtool info_image --image boot.img
./avbtool erase_footer --image boot.img
-./avbtool info_image --image boot.img