diff options
author | James W. Mills | 2011-12-14 17:41:22 -0600 |
---|---|---|
committer | James W. Mills | 2011-12-14 17:50:04 -0600 |
commit | 47a8187f2d8a08f7210b3c964b3b8e50f3b0da66 (patch) | |
tree | b7795c0e26dc168f714a754ff7523deec46174d7 /untar.sh | |
parent | 5f0810d859ebe79b532918cf6a8f656f0184c6de (diff) | |
download | device-ti-proprietary-open-47a8187f2d8a08f7210b3c964b3b8e50f3b0da66.tar.gz device-ti-proprietary-open-47a8187f2d8a08f7210b3c964b3b8e50f3b0da66.tar.xz device-ti-proprietary-open-47a8187f2d8a08f7210b3c964b3b8e50f3b0da66.zip |
Upped the version of the DDK to match the kernel. I've also added the Android.mk file from the update DDK so that the first pass make system picks it up as expected.
Change-Id: Ief0b0d770a90c9fc8f32556204cf7e11a78ecc78
Signed-off-by: James W. Mills <jameswmills@ti.com>
Diffstat (limited to 'untar.sh')
-rwxr-xr-x | untar.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,3 +12,4 @@ if [ -d $1/$2 ]; then | |||
12 | fi | 12 | fi |
13 | 13 | ||
14 | tar -C $1 -zxf $3 | 14 | tar -C $1 -zxf $3 |
15 | find $1/$2 -type f -exec touch {} \; | ||