[android] Building Android from the Koolu Source

Marcelo marcelo.magallon at gmail.com
Fri Dec 5 05:14:39 CET 2008


Hi,

On Thu, Dec 4, 2008 at 8:43 PM, Jim Ancona <jim at anconafamily.com> wrote:

> I've documented how I did it on the wiki at:
>
> http://wiki.openmoko.org/wiki/Android#Building_the_Koolu_Android_Source

we would like this to be as straightforward as possible, so a few
hours ago I added the required toolchain to the git repo and patched
the necessary build files to use that toolchain by default.

If you go to http://git.koolu.org/ and follow the instructions form
there (basically download "repo", do a "repo init" and "repo sync")
you should be able to build everything from source with just:

$ make TARGET_PRODUCT=freerunner

I find it easier to just do this

$ echo TARGET_PRODUCT:=freerunner > buildspec.mk

and then afterwards:

$ make

Hopefully this allows everyone interested to work on the code — as
opposed to working on build system around the code.

Thanks!

Marcelo


More information about the devel mailing list