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 6a1be40 commit b471e24
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Android.mk
Expand Up @@ -87,3 +87,19 @@ endif
LOCAL_EXPORT_C_INCLUDES += $(LOCAL_PATH)

include $(BUILD_SHARED_LIBRARY)

###########################
#
# SDL2_image static library
#
###########################

LOCAL_MODULE := SDL2_image_static

LOCAL_MODULE_FILENAME := libSDL2_image

LOCAL_LDLIBS :=
LOCAL_EXPORT_LDLIBS :=

include $(BUILD_STATIC_LIBRARY)

0 comments on commit b471e24

Please sign in to comment.