matisse-common: fix extract script
* this was a leftover of klte conversion Change-Id: I61d7a53f67ae9ac942e93576f2057e5eb442d1c5
This commit is contained in:
parent
16ed05c138
commit
45cfce2b0d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ COMMON_BLOB_ROOT="${LINEAGE_ROOT}/vendor/${VENDOR}/${DEVICE_COMMON}/proprietary"
|
|||
# Reinitialize the helper for device
|
||||
setup_vendor "${DEVICE}" "${VENDOR}" "${LINEAGE_ROOT}"
|
||||
|
||||
for BLOB_LIST in "${MY_DIR}/../${DEVICE}/device-proprietary-files*.txt"; do
|
||||
for BLOB_LIST in "${MY_DIR}/../${DEVICE}/device-proprietary-files.txt"; do
|
||||
extract "${BLOB_LIST}" "${SRC}"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue