Skip to content

Commit

Permalink
Fixed bug 2491 - [PATCH] Force LOCAL_ARM_MODE for android builds
Browse files Browse the repository at this point in the history
Ben Boeckel

SDL_mixer only builds with the LOCAL_ARM_MODE := arm since the third-party libs do not support the THUMB extensions.
  • Loading branch information
slouken committed Apr 18, 2014
1 parent 6426890 commit d51d312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Android.mk
Expand Up @@ -116,4 +116,6 @@ endif

LOCAL_EXPORT_C_INCLUDES += $(LOCAL_C_INCLUDES)

LOCAL_ARM_MODE := arm

include $(BUILD_SHARED_LIBRARY)

0 comments on commit d51d312

Please sign in to comment.