Binary
NativeExecutableBinary
, NativeLibraryBinary
, PrebuiltSharedLibraryBinary
, PrebuiltStaticLibraryBinary
, SharedLibraryBinary
, StaticLibraryBinary
@Incubating public interface NativeBinary extends Binary
Modifier and Type | Method | Description |
---|---|---|
BuildType |
getBuildType() |
Returns the
BuildType used to construct this binary. |
Flavor |
getFlavor() |
The
Flavor that this binary was built with. |
NativePlatform |
getTargetPlatform() |
Returns the
NativePlatform that this binary is targeted to run on. |
getDisplayName
NativePlatform getTargetPlatform()
NativePlatform
that this binary is targeted to run on.