Skip to content

Commit

Permalink
Android: add module to build library as static in Android.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Nov 27, 2019
1 parent 840d849 commit 4ca22f3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Android.mk
Expand Up @@ -110,3 +110,19 @@ endif
LOCAL_EXPORT_C_INCLUDES += $(LOCAL_PATH)/include

include $(BUILD_SHARED_LIBRARY)

###########################
#
# SDL2_mixer static library
#
###########################

LOCAL_MODULE := SDL2_mixer_static

LOCAL_MODULE_FILENAME := libSDL2_mixer

LOCAL_LDLIBS :=
LOCAL_EXPORT_LDLIBS :=

include $(BUILD_STATIC_LIBRARY)

0 comments on commit 4ca22f3

Please sign in to comment.