@Incubating public interface TargetedNativeComponent
Modifier and Type | Method and Description |
---|---|
void |
targetBuildTypes(String... platformSelectors)
Specifies the names of one or more
BuildType s that this component should be built for. |
void |
targetFlavors(String... flavorSelectors)
Specifies the names of one or more
Flavor s that this component should be built for. |
void |
targetPlatforms(String... platformSelectors)
Specifies the names of one or more
Platform s that this component should be built for. |
void targetFlavors(String... flavorSelectors)
Flavor
s that this component should be built for.void targetPlatforms(String... platformSelectors)
Platform
s that this component should be built for.