Hi,
I've solved this issue. This is because the gl wrappers weren't
being correctly generated. The following changes are for android-
sdk-1.5-pre.
Step 01 Edit the frameworks/base/opengl/libs/Android.mk file, line 37
- GLES_CM/gl.cpp.arm \
+ GLES_CM/gl.cpp \
Step 02. Edit the Edit the frameworks/base/opengl/libs/GLES_CM/gl.cpp
file, line 72
Comment out the section from line 72 to line 94, to remove the section
that checks for USE_FAST_TLS_KEY. So, basically remove this
conditional check from the code, to make it work for TI OMAP 35xx.
Best regards,
Elvis
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---