Table of Contents
API Documentation: | StaticLibraryBinary |
---|
Known Subtypes: |
|
---|
Note: This class is incubating and may change in a future version of Gradle.
A NativeLibrary
that has been compiled and archived into a static library.
Property | Description |
buildType | Incubating The |
flavor | Incubating The |
staticLibraryFile | Incubating The static library file. |
targetPlatform | Incubating The |
Note: This property is incubating and may change in a future version of Gradle.
The BuildType
used to construct this binary.
Note: This property is incubating and may change in a future version of Gradle.
The Flavor
that this binary was built with.
Note: This property is incubating and may change in a future version of Gradle.
The static library file.
Note: This property is incubating and may change in a future version of Gradle.
The NativePlatform
that this binary is targeted to run on.