| Summary: | Export JNI functions when building with -fvisibility=hidden flag | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Dimitris Zenios <dimitris.zenios> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | gabomdq, hakuro |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Android (All) | ||
| Attachments: | patch | ||
Created attachment 1640 [details] patch When building for android using standalone NDK -fvisibility=hidden flag is used and JNI functions are not globally exported.The correct way to export a jni function is to use JNIEXPORT JNICALL