summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2010-12-06 11:32:33 +0100
committerEdward Hervey <edward.hervey@collabora.co.uk>2010-12-06 11:32:33 +0100
commitba69fa6ccf7a49a1dea32da2908cfbe8ac1f77d8 (patch)
treeb53f7128a8b15b69b35e0aabc3b9156d671fd130
parent4dd839433d6e28d31ca8004c191bdabcfec1f0a6 (diff)
Add top-level Android.mk
Only calls into the GStreamer backend for now
-rw-r--r--Android.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..9fc0d1b
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,10 @@
+# This file is the top android makefile for all sub-modules.
+
+LOCAL_PATH := $(call my-dir)
+
+GSTREAMER_TOP := $(LOCAL_PATH)
+
+include $(CLEAR_VARS)
+
+include $(GSTREAMER_TOP)/gstplayer/Android.mk
+