diff options
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-x | extract-files.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extract-files.sh b/extract-files.sh index 88517a6..a7e88f0 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -78,6 +78,8 @@ setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true $CLEAN_VENDOR extract "$MY_DIR"/proprietary-files.txt "$SRC" \ "${KANG}" --section "${SECTION}" +extract "$MY_DIR"/proprietary-files-fm.txt "$SRC" \ + "${KANG}" --section "${SECTION}" if [ -s "$MY_DIR"/../$DEVICE_SPECIFIED_COMMON/proprietary-files.txt ];then # Reinitialize the helper for device specified common |