Updated LuaJIT to latest 2.1 version

This commit is contained in:
Martin Felis
2015-12-09 22:51:28 +01:00
parent 66685a2ade
commit 28d2d92645
224 changed files with 22998 additions and 6976 deletions
+8
View File
@@ -0,0 +1,8 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libluajit
LOCAL_SRC_FILES := android/$(TARGET_ARCH_ABI)/libluajit.a
include $(PREBUILT_STATIC_LIBRARY)