@Incubating public interface TargetedNativeComponent extends PlatformAwareComponentSpec
| Modifier and Type | Method and Description |
|---|---|
void |
targetBuildTypes(String... platformSelectors)
Specifies the names of one or more
BuildTypes that this component should be built for. |
void |
targetFlavors(String... flavorSelectors)
Specifies the names of one or more
Flavors that this component should be built for. |
void |
targetPlatforms(String... platformSelectors)
Specifies the names of one or more
Platforms that this component should be built for. |
getTargetPlatforms, targetPlatformvoid targetFlavors(String... flavorSelectors)
Flavors that this component should be built for.void targetBuildTypes(String... platformSelectors)
BuildTypes that this component should be built for.