Add a check that providers don't contain Configurables

Providers are data exported from one module to another.

Configurable properties are the collection of all possible values of a
property, to be resolved under the module's configuration.

If you export a configurable from one module to another and then resolve
it there, it will be evaluated with the wrong configuration.

Bug: 394967253
Test: m nothing
Change-Id: I16ab25f243aa2ae2ad59f08af88c493cb94fb1f5
2 files changed