Comment 1 for bug 732564

Revision history for this message
Luse Cheng (luse) wrote :

In libopenSLES, IAndroidEffect.c use c++ releative features but with .c extension.
Compiler driver leak some c++ parts for this case druing linking.

It can simple fix it with renaming IAndroidEffect.c to IAndroidEffect.cpp and modifying Android.mk