-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extract_utils: fix generated proprietary file extraction
Commit 71f352e ("extract_utils: skip parsing generated proprietary file when section is specified") introduced skipping for generated proprietary files. Generated proprietary files were stopped from being parsed if section was set, causing file_list to be empty. This is okay when not regenerating, or when regenerating from an existing dump, but when regenerating from a fresh dump, file_list is only populated after extraction, and the generated proprietary file's partition is needed on extraction. Move the generated proprietary file filtering to get_extract_partitions(). Change-Id: Id88fea9f882983cbe26c510540f1021d0bad3cbb
- Loading branch information
Showing
2 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters