klte-common: Chain extract-files and setup-makefiles to msm8974-common

* This is necessary to fully-execute both of these processes

Change-Id: I6f7a5542541ae30b999e617fe84aa6c0e9cab563
This commit is contained in:
Kevin F. Haggerty 2017-12-31 09:29:28 -07:00
parent 507b5e013d
commit cbbf8571ad
2 changed files with 4 additions and 0 deletions

View File

@ -69,4 +69,6 @@ for BLOB_LIST in "$MY_DIR"/../$DEVICE/device-proprietary-files*.txt; do
extract $BLOB_LIST "$SRC"
done
./../msm8974-common/extract-files.sh $@
"$MY_DIR"/setup-makefiles.sh

View File

@ -58,3 +58,5 @@ for BLOB_LIST in "$MY_DIR"/../$DEVICE/device-proprietary-files*.txt; do
done
write_footers
./../msm8974-common/setup-makefiles.sh $@