added missing dependency

This commit is contained in:
Martin Felis
2013-12-05 18:05:01 +01:00
parent 95a086a47f
commit 41b2db04a7
233 changed files with 139182 additions and 6 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := lua
LOCAL_MODULE := liblua
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_CFLAGS := -DLUA_ANSI
@@ -11,4 +11,4 @@ LOCAL_SRC_FILES := $(filter-out src/lua.c src/luac.c,$(subst $(LOCAL_PATH)/,, $(
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/src
LOCAL_LDLIBS := -lm
include $(BUILD_SHARED_LIBRARY)
include $(BUILD_STATIC_LIBRARY)