Building android image using source files

Started by pirpi, August 06, 2014, 04:06:11 PM

Previous topic - Next topic

pirpi

I want to build android 4.2 using source files for olimex a20 board. I have downloaded android 4.2 and lichee source files for olimex a20. I don't want any app to be preinstalled, only settings app with GUI I need. Is their any way to achieve it?

Or we need to change android source files? if yes please tell which file we need to edit?

Thanks
pirpi.

dave-at-axon

If you build it yourself, you can include only what you want.

You need to edit the .MK files in the device/softwinner directory as these are what includes all the files that build the Android system. There is also sub-directories below this too.

There isn't much in the way of documentation on this so it's really all down to trial and error to find what you need.