summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorHaitao Huang <haitao.huang@intel.com>2012-05-11 08:34:45 -0500
committerXiang, Haihao <haihao.xiang@intel.com>2012-05-14 09:33:03 +0800
commitdeb800644614528c4d873c8ce30ddf7952a370cd (patch)
tree59054e0e6a93f3f5f33bea5c11c27493d9277885 /Android.mk
parentaeaa2a11838e653a758afc3b5a9e00f3521d6ac3 (diff)
downloadlibva-intel-driver-deb800644614528c4d873c8ce30ddf7952a370cd.tar.gz
intel-driver: initial porting to Android ICS
Added Android make files, conditionally compile PutSurface implementation, which is not needed for Android ICS. For: AIA-418 Change-Id: Ifd6a6ec2dabd8ee1ad4d34a41b3d274f8817f965 Depends-Change-Id: I2feabf6941379ef4d756e942f30eba059de641f1 Depends-Change-Id: I3452f6e784f11c39d4d925c57cd844bd4cc9dc9e Signed-off-by: Haitao Huang <haitao.huang@intel.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 00000000..5cbb9d8c
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,4 @@
+# Recursive call sub-folder Android.mk
+#
+
+ include $(call all-subdir-makefiles)