Fix mac/allowmissingdeps builds
This WalkDeps loop was expecting the dependencies to be fully filled out, which isn't necessarily true on AllowMissingDependencies builds, especially on Mac when the modules may exist, but not be enabled. This was triggered when make_erofs was added to an apex, but wasn't enabled on Mac. It shouldn't be a problem to skip the disabled dependencies, since we'll have already marked the current module as missing dependencies, which means it won't actually get built. Test: `m nothing` on a mac Change-Id: Icd6d597117be4cde5bff041be3fd47361c54cad9
Loading
Please register or sign in to comment