Not in a nice way.
Since we are talking about the debug signing here, you could:
- disable signing on the debug build type.
- for the flavors you want to sign, configure them to sign with the debug signing.
But this means they'll always be signed with debug key unless you create another signing config for release and assign it to the release build type. Then this will override the signing config on the flavor.
If the flavor have a signing config but the build types don't then the flavor one wins.
What's your use case anyway to sign some flavors with the debug key but not others?