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 - Android JNIEXPORT and JNICALL missing
Summary: Android JNIEXPORT and JNICALL missing
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: All Android (All)
: P2 major
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL: https://github.com/mgerhardy/caveexpr...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-31 10:51 UTC by Martin Gerhardy
Modified: 2015-08-02 05:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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