klte-common: extract-files: Loop through device blob lists

* This really should have been in the last commit...

Change-Id: I48961062e3aee7119e1ea0f8a52219d6465d3772
This commit is contained in:
Kevin F. Haggerty 2017-03-12 09:25:58 -06:00
parent 815710a224
commit 807302aa7f
1 changed files with 3 additions and 1 deletions

View File

@ -55,6 +55,8 @@ extract "$MY_DIR"/common-proprietary-files.txt "$SRC"
# Reinitialize the helper for device
setup_vendor "$DEVICE" "$VENDOR" "$CM_ROOT"
extract "$MY_DIR"/../$DEVICE/device-proprietary-files.txt "$SRC"
for BLOB_LIST in "$MY_DIR"/../$DEVICE/device-proprietary-files*.txt; do
extract $BLOB_LIST "$SRC"
done
"$MY_DIR"/setup-makefiles.sh