aboutsummaryrefslogtreecommitdiff
path: root/templates/android_project/jni
diff options
context:
space:
mode:
Diffstat (limited to 'templates/android_project/jni')
-rw-r--r--templates/android_project/jni/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/android_project/jni/Android.mk b/templates/android_project/jni/Android.mk
index 424db553..fe4ba813 100644
--- a/templates/android_project/jni/Android.mk
+++ b/templates/android_project/jni/Android.mk
@@ -73,7 +73,7 @@ include $(PREBUILT_STATIC_LIBRARY)
include $(CLEAR_VARS)
# Module name
-LOCAL_MODULE := raylibGame
+LOCAL_MODULE := raylib_game
# Module source files
LOCAL_SRC_FILES := basic_game.c
@@ -95,7 +95,7 @@ LOCAL_STATIC_LIBRARIES := android_native_app_glue raylib openal
# NOTE: It brokes the build, using static library instead
#LOCAL_SHARED_LIBRARIES := openal
-# Build the shared library libraylibGame.so
+# Build the shared library libraylib_game.so
include $(BUILD_SHARED_LIBRARY)
$(call import-module,android/native_app_glue)