Skip to content

pmb.parse.depends.package_provider: add type hinting and fix references

Clayton Craft requested to merge craftyguy/fix-fde into master

pmb.parse.apkindex.providers now returns a dict of string:ApkindexBlock, probably from 71772b9b

This adds type hinting to package_provider to reflect this, and fixes code that calls it to properly deal with the possible return types.

Important Without this patch, building FDE images is broken.

cc @Newbyte

Edited by Clayton Craft

Merge request reports

Loading