misc/tremor/Android.mk
branchhedgeroid
changeset 6045 9a7cc0f29430
parent 6043 9bd2d6b1ba52
child 6047 10011f051f9c
--- a/misc/tremor/Android.mk	Sun Oct 09 15:17:21 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := tremor
-
-LOCAL_CFLAGS := -I$(LOCAL_PATH) -DHAVE_ALLOCA_H
-
-LOCAL_SRC_FILES =    \
-        bitwise.c    \
-        block.c      \
-        codebook.c   \
-        floor0.c     \
-        floor1.c     \
-        framing.c    \
-        info.c       \
-        mapping0.c   \
-        mdct.c       \
-        registry.c   \
-        res012.c     \
-        sharedbook.c \
-        synthesis.c  \
-        vorbisfile.c \
-        window.c     
-
-include $(BUILD_STATIC_LIBRARY)
-