Comment 1 for bug 1327206

Revision history for this message
Botao (botao-sun) wrote :

I finally managed to get the Samsung Arndale Android build done locally by switching back to the Oracle JDK 1.6.0_45:

java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)

For OpenJDK, the default one for version 6 is 1.6.0_31, which will cause the error information shows in bug description.

If using OpenJDK 7, the build just failed straight away far before that HashSet error.

So for local build, except Oracle JDK 1.6.0_45, there is no other option to do so. And since that build script linaro_android_build_cmds.sh basically doing the same thing as manually procedures, then it doesn't work either.