summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavan Savoy2012-02-02 12:06:57 -0600
committerPavan Savoy2012-02-06 15:15:09 -0600
commit48e61cacb1c933712b8e607d9d329e86db50d5e4 (patch)
treecef8b505e6dbe01007c8beb17a954ac668265bd0 /Android.mk
parent77b812ecbf9de12a87bb12847ac7f5f4cd9f6042 (diff)
downloaddevice-ti-proprietary-open-48e61cacb1c933712b8e607d9d329e86db50d5e4.tar.gz
device-ti-proprietary-open-48e61cacb1c933712b8e607d9d329e86db50d5e4.tar.xz
device-ti-proprietary-open-48e61cacb1c933712b8e607d9d329e86db50d5e4.zip
device:ti:proprietary-open: add wpan firmware
Add the wpan.tgz firmware tarball which constitutes of the firmware and the right LICENSE for them. Also add in the line in Android.mk to untar them to the relevant folder from where they will be picked up to be installed into the relevant folder on /system/etc/firmware/. Change-Id: Ie2a7af0febb072862bbeb45039625ba810923766 Signed-off-by: Pavan Savoy <pavan_savoy@ti.com> Conflicts: Android.mk Signed-off-by: Pavan Savoy <pavan_savoy@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..c477016 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)/wl12xx wpan $(LOCAL_PATH)/wl12xx/wpan.tgz))
3include $(call all-subdir-makefiles) 4include $(call all-subdir-makefiles)