We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3083

Summary: Android JNIEXPORT and JNICALL missing
Product: SDL Reporter: Martin Gerhardy <martin.gerhardy>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: HG 2.0   
Hardware: All   
OS: Android (All)   
URL: https://github.com/mgerhardy/caveexpress/commit/ab2dcfe946d8fb961ae6bf1e8fead862ab5127b9

Description Martin Gerhardy 2015-07-31 10:51:31 UTC
See https://github.com/mgerhardy/caveexpress/commit/ab2dcfe946d8fb961ae6bf1e8fead862ab5127b9

Java_org_libsdl_app_SDLActivity_nativeInit misses JNIEXPORT and JNICALL
Comment 1 Martin Gerhardy 2015-07-31 10:53:55 UTC
Just a minor thing, but a huge outcome. All the other jni related functions already have those flags, but the nativeInit function lacks them - so it might be stripped away.
Comment 2 Sam Lantinga 2015-08-02 05:04:16 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/4e0e4f544027