summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-06-15 12:47:50 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-06-15 12:47:50 +0200
commit5046ec493bc29c0fdf247ad1dc69ccc31e141657 (patch)
treebff31b92a7992ba88e18df93d4f6d86bf8fa38e7
parent3fca32f9b20e82dc605642b0490198f6eceab9b3 (diff)
download10-dev_pandroid.tar.gz
Copy TI proprietary stuff into the builddev_pandroid
-rw-r--r--tasks/pandroid.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/tasks/pandroid.mk b/tasks/pandroid.mk
new file mode 100644
index 0000000..b25f228
--- /dev/null
+++ b/tasks/pandroid.mk
@@ -0,0 +1,16 @@
+# Extra build task to push all the proprietary binaries to the system and data folders
+# before the tarball are created.
+
+copy_pandroid_bins_to_system:
+ cp -r device/ti/proprietary-open/graphics/omap4/system/* $(PRODUCT_OUT)/system
+
+
+copy_pandroid_bins_to_data:
+ cp -r device/ti/proprietary-open/graphics/omap4/data/* $(PRODUCT_OUT)/data
+
+
+
+$(INSTALLED_SYSTEMTARBALL_TARGET): copy_pandroid_bins_to_system
+
+$(INSTALLED_USERDATATARBALL_TARGET): copy_pandroid_bins_to_data
+