From 807302aa7f5664ad562aa98051c267e71881fb50 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Sun, 12 Mar 2017 09:25:58 -0600 Subject: [PATCH] klte-common: extract-files: Loop through device blob lists * This really should have been in the last commit... Change-Id: I48961062e3aee7119e1ea0f8a52219d6465d3772 --- extract-files.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extract-files.sh b/extract-files.sh index 533b54c..87411c5 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -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