summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames W. Mills2011-12-13 14:39:52 -0600
committerJames W. Mills2011-12-13 14:52:55 -0600
commit5f0810d859ebe79b532918cf6a8f656f0184c6de (patch)
tree7458ffdb7ac2d08d8b8e9086f1bfda043d7f72f7 /Android.mk
parent786a0684de346e25b45c225df93d1a77be88faff (diff)
downloaddevice-ti-proprietary-open-5f0810d859ebe79b532918cf6a8f656f0184c6de.tar.gz
device-ti-proprietary-open-5f0810d859ebe79b532918cf6a8f656f0184c6de.tar.xz
device-ti-proprietary-open-5f0810d859ebe79b532918cf6a8f656f0184c6de.zip
Licensed ducati bundle
Release a binary version of Ducati, complete with DCC files, all under license. Change-Id: I62f1784dfb1b815e8f58b69716b19bb53ca32b2e Signed-off-by: James W. Mills <jameswmills@ti.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 11233d4..e7965df 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,4 @@
1LOCAL_PATH := $(my-dir) 1LOCAL_PATH := $(my-dir)
2$(hide $(shell $(LOCAL_PATH)/untar.sh $(LOCAL_PATH)/omap4 sgx $(LOCAL_PATH)/omap4/sgx.tgz)) 2$(hide $(shell $(LOCAL_PATH)/untar.sh $(LOCAL_PATH)/omap4 sgx $(LOCAL_PATH)/omap4/sgx.tgz))
3$(hide $(shell $(LOCAL_PATH)/untar.sh $(LOCAL_PATH)/omap4 ducati $(LOCAL_PATH)/omap4/ducati.tgz))
3include $(call all-subdir-makefiles) 4include $(call all-subdir-makefiles)