diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-21 11:39:28 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-21 11:39:28 +0100 |
commit | 10ca1be6d72cb15c085cc936f8a0f5d3fd743de8 (patch) | |
tree | 330f8999a17c019032e1b3f77e8b21c11b1eb4c5 | |
parent | b316a36edd524ffa1c0f6c1d2a19382b329bd9a7 (diff) | |
download | device_samsung_p3100-10ca1be6d72cb15c085cc936f8a0f5d3fd743de8.zip device_samsung_p3100-10ca1be6d72cb15c085cc936f8a0f5d3fd743de8.tar.gz device_samsung_p3100-10ca1be6d72cb15c085cc936f8a0f5d3fd743de8.tar.bz2 |
p3100: fix setup makefiles
Change-Id: If7bad6b64adae74ea966c28d1e5ee45f25a6d654
-rwxr-xr-x | setup-makefiles.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 2e7f818..ddc26d8 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -80,7 +80,7 @@ for FILE in `cat proprietary-$DEVICE-files.txt | grep -v ^# | grep -v ^$`; do if [ $COUNT = "0" ]; then LINEEND="" fi - echo " $OUTDIR/common/$FILE:$FILE$LINEEND" >> $DEVICEMAKEFILE + echo " $OUTDIR/$DEVICE/$FILE:$FILE$LINEEND" >> $DEVICEMAKEFILE done (cat << EOF) | sed s/__COMMON__/$COMMON/g | sed s/__DEVICE__/$DEVICE/g | sed s/__VENDOR__/$VENDOR/g > ../../../vendor/$VENDOR/$COMMON/$DEVICE-vendor.mk |