misc/liblua/Android.mk
author nemo
Sun, 24 Aug 2014 14:51:11 -0400
changeset 10396 77ff1db6d6e4
parent 6039 d75329716a02
permissions -rw-r--r--
ok. that's weird. I wonder if I was having non-clean build issues last time I tried messing with this. that could explain why my changing offsets didn't do anything.

LOCAL_PATH      := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE    := lua5.1

LOCAL_CFLAGS    := -DANDROID

LOCAL_SRC_FILES := lapi.c lauxlib.c lbaselib.c lcode.c ldblib.c ldebug.c ldo.c ldump.c lfunc.c lgc.c linit.c liolib.c llex.c lmathlib.c lmem.c loadlib.c lobject.c lopcodes.c loslib.c lparser.c lstate.c lstring.c lstrlib.c ltable.c ltablib.c ltm.c lundump.c lvm.c lzio.c

include $(BUILD_SHARED_LIBRARY)