diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-04-26 17:49:33 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-04-26 18:42:34 +0100 |
commit | c680e324bc5170396d21bae7d1752b36d289f323 (patch) | |
tree | 35e8f99860abfc0a8b7ba59a2afd109b2d80639c /ext/ogg/Makefile.am | |
parent | 0bedfc51a4d6dc31a723e14dacf1ffc0bc528e26 (diff) |
Remove obsolete Android build cruft
This is not needed any longer.
Diffstat (limited to 'ext/ogg/Makefile.am')
-rw-r--r-- | ext/ogg/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/ogg/Makefile.am b/ext/ogg/Makefile.am index 9fd326c07..1128141c2 100644 --- a/ext/ogg/Makefile.am +++ b/ext/ogg/Makefile.am @@ -35,18 +35,3 @@ libgstogg_la_LIBADD = \ $(OGG_LIBS) libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstogg_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) - - -Android.mk: Makefile.am $(BUILT_SOURCES) - androgenizer \ - -:PROJECT libgstogg -:SHARED libgstogg \ - -:TAGS eng debug \ - -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \ - -:SOURCES $(libgstogg_la_SOURCES) \ - -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstogg_la_CFLAGS) \ - -:LDFLAGS $(libgstogg_la_LDFLAGS) \ - $(libgstogg_la_LIBADD) \ - -ldl \ - -:PASSTHROUGH LOCAL_ARM_MODE:=arm \ - LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \ - > $@ |