Table of Contents
API Documentation: | SharedLibraryBinary |
---|
Known Subtypes: |
|
---|
Note: This class is incubating and may change in a future version of Gradle.
A NativeLibrary
that has been compiled and linked as a shared library.
Property | Description |
buildType | Incubating The |
flavor | Incubating The |
sharedLibraryFile | Incubating The shared library file. |
sharedLibraryLinkFile | Incubating The shared library link file. |
targetPlatform | Incubating The |
BuildType
buildType
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The BuildType
used to construct this binary.
Flavor
flavor
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The Flavor
that this binary was built with.
File
sharedLibraryFile
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The shared library file.
File
sharedLibraryLinkFile
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The shared library link file.
NativePlatform
targetPlatform
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The NativePlatform
that this binary is targeted to run on.