diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-05-24 03:31:14 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2014-06-07 16:58:39 +0000 |
commit | 1b38f75a9fcf8d1b45a88dfab88c6d6bcb3ac466 (patch) | |
tree | 4f8f909dad3fae709d2fd94c7062f1953dbf24e3 | |
parent | 73d18d7e55f0ad3a02d8d52c5807b90b3d32d8fe (diff) |
shinano: export platform on extract script
Change-Id: I4ad6b9e467a873cf8a1a6dcc71359d0e2c1273ba
-rwxr-xr-x | extract-files.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extract-files.sh b/extract-files.sh index dfd4d18..18097f8 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -2,6 +2,7 @@ export DEVICE=${PWD##*/} export BOARDCONFIGVENDOR=false +export BOARD_VENDOR_PLATFORM=shinano ../common/extract-files.sh $@ |