aboutsummaryrefslogtreecommitdiffstats
path: root/extract-files.sh
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-12-22 13:55:05 +0100
committerAndreas Blaesius <skate4life@gmx.de>2016-01-01 05:10:33 -0800
commit012c859915fb878d33a09a011581a4c12c68fdce (patch)
tree8fc52689a38d1948b389b8141163a02405ea770f /extract-files.sh
parent65aabd34d9571ae07636d1d116895f12899c953e (diff)
downloaddevice_samsung_espresso3g-012c859915fb878d33a09a011581a4c12c68fdce.zip
device_samsung_espresso3g-012c859915fb878d33a09a011581a4c12c68fdce.tar.gz
device_samsung_espresso3g-012c859915fb878d33a09a011581a4c12c68fdce.tar.bz2
P5100: move some more parts to espresso-common (4/5)
- we share one kernel source - get rid of BoardConfigCommon.mk in p3100/p5100 trees - get rid of p31xx/p51xx-common.mk - move common proprietary list Change-Id: Id6e770e58ec0c1939a69443ce1e0008c03a1c51d
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extract-files.sh b/extract-files.sh
index dea73ab..a11eaf3 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -23,7 +23,7 @@ COMMONBASE=../../../vendor/$VENDOR/$COMMON/common
DEVICEBASE=../../../vendor/$VENDOR/$COMMON/$DEVICE
echo "Pulling common files..."
-for FILE in `cat proprietary-common-files.txt | grep -v ^# | grep -v ^$`; do
+for FILE in `cat ../espresso-common/proprietary-p51xx-files.txt | grep -v ^# | grep -v ^$`; do
DIR=`dirname $FILE`
if [ ! -d $COMMONBASE/$DIR ]; then
mkdir -p $COMMONBASE/$DIR