diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-15 18:06:27 +0000 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-15 18:06:27 +0000 |
commit | 3213f1c4a635ea88a0ba5b13f92ffc6c1b6f9e2f (patch) | |
tree | c899fcae89b3a2571fe1e2d73bd0cdb36ef0449b /extract-files.sh | |
parent | b0a589acf2f6210272a4b9da307e2a5464381897 (diff) | |
download | device_samsung_p3100-3213f1c4a635ea88a0ba5b13f92ffc6c1b6f9e2f.zip device_samsung_p3100-3213f1c4a635ea88a0ba5b13f92ffc6c1b6f9e2f.tar.gz device_samsung_p3100-3213f1c4a635ea88a0ba5b13f92ffc6c1b6f9e2f.tar.bz2 |
p31xx: use omap4-common, samsung jb update
Change-Id: I153312b25d1295e28c256398b1c1e71f9590f87a
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-x | extract-files.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extract-files.sh b/extract-files.sh index 491b890..f4c6d85 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -41,3 +41,5 @@ for FILE in `cat proprietary-$DEVICE-files.txt | grep -v ^# | grep -v ^$`; do done ./setup-makefiles.sh + +./../../../device/samsung/omap4-common/extract-files.sh |