On Thu, Jun 25, 2009 at 12:18, matteo sanvy<[email protected]> wrote:

> I need to compile some of koolu's git and mix them with another
> android git repo, but I don't know how to do the "mix"... 'till
> now i've downloaded only android git, now i need koolu's git.
> Where must I download them? Into the same directory of android
> git? and must I compile it all toghether or before android and
> then koolu's git?

 I don't quite follow, but...

 1. Download Android as usual

 2. For each project where you wish to use the code hosted by
    koolu:

        cd $project_path &&
        git remote add koolu git://git.koolu.org/.../foo.git &&
        git fetch koolu

 3. Now you have new branches (git branch -a), you can switch to
    them or merge them as you see fit.

 Is that what you needed?

 Marcelo
_______________________________________________
android-freerunner mailing list
[email protected]
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

Reply via email to