aboutsummaryrefslogtreecommitdiff
path: root/extract-files.sh
blob: 4079a8f8d64b6ee9055f510f6b4f66afbe064782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

# Use tradition sort
export LC_ALL=C

FP=$(cd ${0%/*} && pwd -P)
export VENDOR=$(basename $(dirname $FP))
export DEVICE=$(basename $FP)
export BOARDCONFIGVENDOR=false
export BOARD_VENDOR_PLATFORM=shinano
export TARGET_BOARD_PLATFORM=msm8974

../common/extract-files.sh $@
../common/setup-makefiles.sh

../${TARGET_BOARD_PLATFORM}-common/setup-makefiles.sh