diff options
| author | Ray <[email protected]> | 2017-05-16 00:20:17 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-16 00:20:17 +0200 |
| commit | f8a4498a242e685e528bd1ac6d84378947daff7d (patch) | |
| tree | fd4e83886e52c8aca3b9c5d9586a338546f2044e /src/external/android/native_app_glue/Android.mk | |
| parent | 1ed3d3285f1c1f6a01e0588ec46a177c84b864f5 (diff) | |
| parent | 65e6a6db53552fa241e81ae52b4258f7969b8771 (diff) | |
| download | raylib-f8a4498a242e685e528bd1ac6d84378947daff7d.tar.gz raylib-f8a4498a242e685e528bd1ac6d84378947daff7d.zip | |
Merge pull request #286 from raysan5/develop
Integrate develop branch
Diffstat (limited to 'src/external/android/native_app_glue/Android.mk')
| -rw-r--r-- | src/external/android/native_app_glue/Android.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/external/android/native_app_glue/Android.mk b/src/external/android/native_app_glue/Android.mk new file mode 100644 index 00000000..00252fcb --- /dev/null +++ b/src/external/android/native_app_glue/Android.mk @@ -0,0 +1,10 @@ +LOCAL_PATH:= $(call my-dir) + +include $(CLEAR_VARS) + +LOCAL_MODULE:= android_native_app_glue +LOCAL_SRC_FILES:= android_native_app_glue.c +LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH) +LOCAL_EXPORT_LDLIBS := -llog + +include $(BUILD_STATIC_LIBRARY) |
