Upon further consideration, I don't think we should do this here. Such a list should only be necessary in application bundles, not in library packages.
Our problem is that we are building a shared library, but we are linking other libs statically into it. That is what we should be fixing. We should either link everything dynamically, or everything statically.
So I'm closing this, feel free to reopen if you disagree with what I've said above.
Upon further consideration, I don't think we should do this here. Such a list should only be necessary in application bundles, not in library packages.
Our problem is that we are building a shared library, but we are linking other libs statically into it. That is what we should be fixing. We should either link everything dynamically, or everything statically.
So I'm closing this, feel free to reopen if you disagree with what I've said above.