[OT] Is Android really free? (was Re: root almighty)

Gothnet openmoko at nastylittlehorse.net
Thu May 21 19:46:54 CEST 2009




GNUtoo wrote:
> 
> 
> There is something stopping people from contributing:
> make: *** No rule to make target `run-java-tool', needed by
> `out/host/common/obj/JAVA_LIBRARIES/droiddoc_intermediates/javalib.jar'.
> Stop.
> what should I do?
> 
> PS: I've some java warnings etc...I hope it's not the fault of
> icedtea/openjdk
> 
> 

I'm not familiar with that particular situation, though someone on the just
posted some generic build instructions, which might be useful so I'll repost
it -


Marcelo wrote:
> 
> 
> Go to: http://git.koolu.org/
> 
> Follow the instructions there to checkout the code.
> 
> Go to http://trac.koolu.org/ and follow the rest of the instructions.
> 
> Basically:
> 
> $ mkdir -p ~/bin
> $ curl http://android.git.kernel.org/repo > ~/bin/repo
> $ chmod a+x ~/bin/repo
> $ mkdir ~/mydroid
> $ cd ~/mydroid
> $ repo init -u git://git.koolu.org/freerunner/platform/manifest.git -b
> koolu-1.0
> $ repo sync
> $ make TARGET_PRODUCT=freerunner
> 
> replace "koolu-1.0" by whatever branch you wish to work on (look at
> the git repo to find out which ones are available)
> 
> Since you need that TARGET_PRODUCT variable always, I find it better to do
> this:
> 
> $ cat > buildspec.mk
> TARGET_PRODUCT := freerunner
> ^D
> $ make
> 
> If you wish to switch a branch, do
> 
> $ repo init -b new_branch
> $ repo sync
> 
> (and likely rm -rf out)
> 
> Marcelo
> 
-- 
View this message in context: http://n2.nabble.com/-OT--Is-Android-really-free--%28was-Re%3A-root-almighty%29-tp2943035p2953292.html
Sent from the Openmoko Community mailing list archive at Nabble.com.





More information about the community mailing list