summaryrefslogtreecommitdiff
path: root/gst/sdp
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-04-26 18:04:16 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-04-26 18:59:32 +0100
commit699452ef31cb41bf8a809e45350058b0ae462834 (patch)
tree408e6c10bfe50e82ecb62a4350dbbfd9c55446a8 /gst/sdp
parenta8ea7a9cfb5fd690f459668b7847034b6f2f0f65 (diff)
Remove obsolete Android build cruft
This is not needed any longer.
Diffstat (limited to 'gst/sdp')
-rw-r--r--gst/sdp/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/gst/sdp/Makefile.am b/gst/sdp/Makefile.am
index 8c5e94c2f..395b85753 100644
--- a/gst/sdp/Makefile.am
+++ b/gst/sdp/Makefile.am
@@ -10,17 +10,3 @@ libgstsdpelem_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstsdpelem_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstsdpdemux.h
-
-Android.mk: Makefile.am $(BUILT_SOURCES)
- androgenizer \
- -:PROJECT libgstsdp -:SHARED libgstsdp \
- -:TAGS eng debug \
- -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
- -:SOURCES $(libgstsdp_la_SOURCES) \
- -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstsdp_la_CFLAGS) \
- -:LDFLAGS $(libgstsdp_la_LDFLAGS) \
- $(libgstsdp_la_LIBADD) \
- -ldl \
- -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
- LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
- > $@