misc/libphyslayer/Android.mk
author nemo
Sun, 04 Jan 2015 00:44:14 -0500
branch0.9.21
changeset 10743 1d16c5414fee
parent 8538 0e113487c4b2
permissions -rw-r--r--
Intent is to allow filtering by arbitrary flag combinations. This isn't actually working yet. No idea why. It seems it should. Tired though, so will look at it tomorrow.

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE    := physlayer

LOCAL_CFLAGS := -O2

LOCAL_C_INCLUDES := $(LOCAL_PATH) $(MISC_DIR)/liblua $(MISC_DIR)/liblua $(JNI_DIR)/SDL/include

LOCAL_SRC_FILES := hwpacksmounter.c \
                   physfslualoader.c \
                   physfsrwops.c \

LOCAL_SHARED_LIBRARIES += SDL lua

include $(BUILD_SHARED_LIBRARY)