Creating a iso file from a set of img files
- by cafebabe1991
So i have started building android from scratch and after lot of effort finally landed up to a point where i have the OUT folder consisting of all the required IMG files for an emulator to run.
Like the
system.img
ramdisk.img
userdata-qemu.img
So after that i ran the emulator command so that means the OUT directory was valid and could easily be used to create any other bootable medium.
What i want to accomplish
Creating the iso file from all those img files found at the end of building process,or a way to just create an iso out of that complete OUT folder.
any help in this regard would be greatly appreciated.