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:
parent
815710a224
commit
807302aa7f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue