summaryrefslogtreecommitdiff
path: root/gst/debugutils
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debugutils')
-rw-r--r--gst/debugutils/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/gst/debugutils/Makefile.am b/gst/debugutils/Makefile.am
index 15060467f..d8a025d55 100644
--- a/gst/debugutils/Makefile.am
+++ b/gst/debugutils/Makefile.am
@@ -30,3 +30,16 @@ libgstdebugutilsbad_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = fpsdisplaysink.h
+Android.mk: Makefile.am $(BUILT_SOURCES)
+ androgenizer \
+ -:PROJECT libgstdebugutils -:SHARED libgstdebugutils \
+ -:TAGS eng debug \
+ -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
+ -:SOURCES $(libgstdebugutils_la_SOURCES) \
+ -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstdebugutils_la_CFLAGS) \
+ -:LDFLAGS $(libgstdebugutils_la_LDFLAGS) \
+ $(libgstdebugutils_la_LIBADD) \
+ -ldl \
+ -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
+ LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
+ > $@ \ No newline at end of file