Lines Matching refs:COMPANY
30 for COMPANY in broadcom lge qcom
32 echo Processing files from $COMPANY
34 FILEDIR=tmp/vendor/$COMPANY/$DEVICE/proprietary
37 case $COMPANY in
253 echo \ \ Setting up $COMPANY-specific makefiles
254 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles
258 SCRIPT=extract-$COMPANY-$DEVICE.sh
260 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
262 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
264 echo tail -n +$(expr 2 + $(cat PROLOGUE $COMPANY/COPYRIGHT PART1 $COMPANY/LICENSE PART2 PART3 | wc -l)) \$0 \| tar zxv >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
268 ARCHIVE=$COMPANY-$DEVICE-$BUILD-$(md5sum < tmp/$SCRIPT | cut -b -8 | tr -d \\n).tgz