mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
11 lines
238 B
Makefile
11 lines
238 B
Makefile
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)
|