Skip to content

Commit

Permalink
fix: Set strip-mode to none
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Jul 2, 2024
1 parent dd77cbf commit be40d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdx-jnigen-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ jnigen {
add(Windows, x64, x86)
add(Windows, x64, ARM)
add(Android) {
androidApplicationMk += "APP_PLATFORM := android-19\nAPP_STRIP_MODE := none"
linkerFlags += " -stdlib=libc++\nLOCAL_WHOLE_STATIC_LIBRARIES := static_libffi\nAPP_STL := c++_shared"
androidAndroidMk += [
"include \$(CLEAR_VARS)",
Expand Down

0 comments on commit be40d4f

Please sign in to comment.