summaryrefslogtreecommitdiff
path: root/gst/audiotestsrc
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-26 17:49:33 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-26 18:42:34 +0100
commitc680e324bc5170396d21bae7d1752b36d289f323 (patch)
tree35e8f99860abfc0a8b7ba59a2afd109b2d80639c /gst/audiotestsrc
parent0bedfc51a4d6dc31a723e14dacf1ffc0bc528e26 (diff)
downloadgstreamer-plugins-base-c680e324bc5170396d21bae7d1752b36d289f323.tar.gz
Remove obsolete Android build cruft
This is not needed any longer.
Diffstat (limited to 'gst/audiotestsrc')
-rw-r--r--gst/audiotestsrc/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/gst/audiotestsrc/Makefile.am b/gst/audiotestsrc/Makefile.am
index 3680d20bb..027d2b766 100644
--- a/gst/audiotestsrc/Makefile.am
+++ b/gst/audiotestsrc/Makefile.am
@@ -9,17 +9,3 @@ libgstaudiotestsrc_la_LIBADD = \
libgstaudiotestsrc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstaudiotestsrc.h
-
-Android.mk: Makefile.am $(BUILT_SOURCES)
- androgenizer \
- -:PROJECT libgstaudiotestsrc -:SHARED libgstaudiotestsrc \
- -:TAGS eng debug \
- -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
- -:SOURCES $(libgstaudiotestsrc_la_SOURCES) \
- -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstaudiotestsrc_la_CFLAGS) \
- -:LDFLAGS $(libgstaudiotestsrc_la_LDFLAGS) \
- $(libgstaudiotestsrc_la_LIBADD) \
- -ldl \
- -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
- LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
- > $@