[android-porting] Re: Android Build System

2010-09-07 Thread Frank Maker
Yeah that documentation is out of date. You can build using 64-bit, but you may need some 32-bit libraries. Getlibs (http://ubuntuforums.org/showthread.php?t=474790) is very helpful for that task. As for java 1.5/1.6, I just change the makefile script that checks for the version to look for 1.6 in

[android-porting] Re: Android Build System

2010-09-07 Thread Chih-Wei
You are right that the master branch of AOSP has switched to use java6. This is undocumented yet. However, any stable release (froyo, eclair, donut, ...) still requires java5. I don't know the 64-bit issue. I always use 32-bit linux system to build AOSP. On 9月7日, 下午9時32分, slthomason wrote: > > J