My own builds and build #200 from
https://android-build.linaro.org/builds/~linaro-android/snowball-ics-gcc46-igloo-stable-blob/
end up not booting correctly due to some kind of linking/missing symbol problem:
D/libEGL ( 2953): loaded /system/lib/egl/libGLES_android.so
E/libEGL ( 2953): load_driver(/system/lib/egl/libEGL_mali.so): Cannot load library: link_image[1936]: 1497 could not load needed library 'libMali.so' for 'libEGL_mali.so' (link_image[1936]: 1497 could not load needed library 'libUMP.so' for 'libMali.so' (reloc_library[1285]: 1497 cannot locate '__aeabi_llsr'...
E/libEGL ( 2953): ))
D/AndroidRuntime( 2953): Shutting down VM
W/dalvikvm( 2953): threadid=1: thread exiting with uncaught exception (group=0xa000f1f8)
E/AndroidRuntime( 2953): FATAL EXCEPTION: main
E/AndroidRuntime( 2953): java.lang.RuntimeException: eglConfig not initialized
E/AndroidRuntime( 2953): at android.view.HardwareRenderer$GlRenderer.initializeEgl(HardwareRenderer.java:571)
E/AndroidRuntime( 2953): at android.view.HardwareRenderer$GlRenderer.initialize(HardwareRenderer.java:504)
E/AndroidRuntime( 2953): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1300)
E/AndroidRuntime( 2953): at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2442)
E/AndroidRuntime( 2953): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2953): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2953): at android.app.ActivityThread.main(ActivityThread.java:4424)
E/AndroidRuntime( 2953): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2953): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 2953): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime( 2953): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime( 2953): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1632): Force finishing activity com.android.launcher/com.android.launcher2.Launcher
Is this not seen in build #199 or previous builds? How can you tell what the differences are in build #200 from previous? I tried this link /android- build.linaro. org/jenkins/ job/linaro- android_ snowball- ics-gcc46- igloo-stable- blob/200/ changes
https:/
But that just says "no changes"