libgdx / gdx-jnigen

jnigen is a small library that can be used with or without libGDX which allows C/C++ code to be written inline with Java source code.
Apache License 2.0
59 stars 26 forks source link

Android ignores `libraries` field #71

Open Berstanio opened 3 weeks ago

Berstanio commented 3 weeks ago

https://github.com/libgdx/gdx-jnigen/blob/70fb086b1d70d04ee51d37000f3b9ca672f58612/gdx-jnigen/src/main/resources/com/badlogic/gdx/jnigen/resources/scripts/Android.mk.template#L9 This should be split up to:

LOCAL_LDFLAGS := %linkerFlags%
LOCAL_LDLIBS := %libraries%

Due to the nature of this, this might be breaking, so tagging for 3.0 for now.