OSDN Git Service

Add Android.mk under libva/ to recursive call sub-dir's makefile
authorRen Zhaohan <zhaohan.ren@intel.com>
Tue, 6 Apr 2010 09:43:02 +0000 (17:43 +0800)
committerRen Zhaohan <zhaohan.ren@intel.com>
Tue, 6 Apr 2010 09:43:02 +0000 (17:43 +0800)
Android.mk [new file with mode: 0644]

diff --git a/Android.mk b/Android.mk
new file mode 100644 (file)
index 0000000..5e7744e
--- /dev/null
@@ -0,0 +1,5 @@
+# Recursive call sub-folder Android.mk
+#
+LOCAL_PATH := $(my-dir)
+
+include $(LOCAL_PATH)/va/Android.mk