Hi,
I am trying to create Android x86 ISO image to run on QEMU. I
followed the instructions in
http://www.android-x86.org/ to download
the source code. I got the code from
repo init -u git://
git.android-x86.org/platform/manifest.git
I used following command to build the iso.
TARGET_ARCH=x86 TARGET_PRODUCT=generic DISABLE_DEXPREOPT=true make -j4
iso_img
The build breaks with this error.
make: *** No rule to make target `iso_img'. Stop.
1. What is the command to create iso_img? Also make install_img does
not work for me.
2. I also wanted to build custom kernel iso. I downloaded kernel
source code from kernel/common.git and built bzImage. Where do I have
to copy this to make sure that this kernel will be included in
android x86 iso and not the default kernel?
Thanks,
Vaishali