summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parent0bedfc51a4d6dc31a723e14dacf1ffc0bc528e26 (diff)
Remove obsolete Android build cruft
This is not needed any longer.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 74d11ca8a..d6da6e2ef 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -28,14 +28,3 @@ LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
-
-Android.mk: Makefile.am
- androgenizer -:PROJECT gst-discoverer-@GST_API_VERSION@ \
- -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
- -:EXECUTABLE gst-discoverer-@GST_API_VERSION@ -:TAGS eng debug \
- -:SOURCES $(gst_discoverer_@GST_API_VERSION@_SOURCES) \
- -:CFLAGS $(DEFS) $(AM_CFLAGS) \
- -:LDFLAGS -lgstpbutils-@GST_API_VERSION@ -lgstvideo-@GST_API_VERSION@ \
- $(GST_BASE_LIBS) $(GST_LIBS) \
- -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
- > $@