Package org.gradle.nativeplatform
Interface TargetMachine
- All Known Subinterfaces:
TargetMachineBuilder
public interface TargetMachine
Represents a combination of operating system and cpu architecture that a variant might be built for.
- Since:
- 5.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the target architectureReturns the target operating system
-
Method Details
-
getOperatingSystemFamily
OperatingSystemFamily getOperatingSystemFamily()Returns the target operating system -
getArchitecture
MachineArchitecture getArchitecture()Returns the target architecture
-