mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
Add missing Android.mk for LuaJIT
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := libluajit
|
||||
LOCAL_SRC_FILES := android/$(TARGET_ARCH_ABI)/libluajit.a
|
||||
LOCAL_EXPORT_C_INCLUDES := ${LOCAL_PATH}/src
|
||||
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
Reference in New Issue
Block a user