Atlas - Android.mk

Home / ext / SDL / android-project / app / jni / src Lines: 1 | Size: 387 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1LOCAL_PATH := $(call my-dir) 2 3include $(CLEAR_VARS) 4 5LOCAL_MODULE := main 6 7# Add your application source files here... 8LOCAL_SRC_FILES := \ 9 YourSourceHere.c 10 11SDL_PATH := ../SDL # SDL 12 13LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(SDL_PATH)/include # SDL 14 15LOCAL_SHARED_LIBRARIES := SDL3 16 17LOCAL_LDLIBS := -lGLESv1_CM -lGLESv2 -lOpenSLES -llog -landroid # SDL 18 19include $(BUILD_SHARED_LIBRARY) 20
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.