summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-26 17:05:48 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-26 17:49:44 +0100
commit8e6561be91dfc7095976a60343b6d7b83ffee6f9 (patch)
tree35b569b01e1120d2b784975e38f489b2718fb29b /tests
parent88a898080ac2285cb64954c3e89f734fda1baeab (diff)
Remove obsolete Android build cruft
This is not needed any longer.
Diffstat (limited to 'tests')
-rw-r--r--tests/examples/controller/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/examples/controller/Makefile.am b/tests/examples/controller/Makefile.am
index 06d39ed46..fd50697ee 100644
--- a/tests/examples/controller/Makefile.am
+++ b/tests/examples/controller/Makefile.am
@@ -5,15 +5,3 @@ AM_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
LDADD = \
$(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la \
$(GST_OBJ_LIBS)
-
-Android.mk: Makefile.am audio-example.c
- androgenizer \
- -:PROJECT audio-example -:EXECUTABLE audio-example \
- -:TAGS eng debug \
- -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
- -:SOURCES audio-example.c \
- -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(AM_CFLAGS) \
- -:LDFLAGS -lgstcontroller-@GST_API_VERSION@ \
- $(GST_OBJ_LIBS) -ldl \
- -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
- > $@