misc/libtremor/Android.mk
branchhedgeroid
changeset 6043 9bd2d6b1ba52
parent 6041 04bbe344b8d3
child 6045 9a7cc0f29430
--- a/misc/libtremor/Android.mk	Sun Oct 09 15:15:45 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := tremor
-
-LOCAL_CFLAGS := -I$(LOCAL_PATH) -DHAVE_ALLOCA_H
-
-# Note this simple makefile var substitution, you can find even simpler examples in different Android projects
-LOCAL_SRC_FILES := $(notdir $(wildcard $(LOCAL_PATH)/*.c))
-
-include $(BUILD_STATIC_LIBRARY)
-