@Incubating public interface TargetedNativeComponent
修飾子とタイプ | メソッドと説明 |
---|---|
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
NativePlatform 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)
NativePlatform
s that this component should be built for.