summaryrefslogtreecommitdiff
path: root/gst/audiofx
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-26 17:54:52 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-26 17:55:07 +0100
commitd753a3eeb1b05a8d4e29d4f4d227a106a410aa31 (patch)
treefecb3fc265e0c5da7ad3937b67a117696fc415ce /gst/audiofx
parent0ade8b813f99df42da046399a85d21198004b0ad (diff)
Remove obsolete Android build cruft
This is not needed any longer.
Diffstat (limited to 'gst/audiofx')
-rw-r--r--gst/audiofx/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/gst/audiofx/Makefile.am b/gst/audiofx/Makefile.am
index 3ca249c12..a3dd1743f 100644
--- a/gst/audiofx/Makefile.am
+++ b/gst/audiofx/Makefile.am
@@ -59,17 +59,3 @@ noinst_HEADERS = audiopanorama.h \
audioecho.h \
gstscaletempo.h \
math_compat.h
-
-Android.mk: Makefile.am $(BUILT_SOURCES)
- androgenizer \
- -:PROJECT libgstaudiofx -:SHARED libgstaudiofx \
- -:TAGS eng debug \
- -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
- -:SOURCES $(libgstaudiofx_la_SOURCES) \
- -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstaudiofx_la_CFLAGS) \
- -:LDFLAGS $(libgstaudiofx_la_LDFLAGS) \
- $(libgstaudiofx_la_LIBADD) \
- -ldl \
- -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
- LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
- > $@