Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to compile Android AOSP for x86

I've seen that there are emulator images available for Android which can run on x86 virtual machines. I'd like to build my own x86 Android image from source, but I can't seem to find instructions online. Is it currently possible to build a custom x86 "ROM"? (not sure "ROM" is appropriate term for x86 systems, whatever)

like image 256
John Avatar asked Nov 27 '12 23:11

John


1 Answers

Yes it's possible, but you still need a Linux machine to compile it (without going into a lot of troubles).

There are a lot of information on porting android to X86 platform in the net. I suggest you to start with this one: Android-x86 - Porting Android to x86 .

You can also have look at XDA forun. They do a lot of work on porting ROM's.

Regards.

like image 178
Luis Avatar answered Oct 20 '22 19:10

Luis