You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments