SharedLibraryBinary

API Documentation:SharedLibraryBinary

Note: This class is incubating and may change in a future version of Gradle.

A Library that has been compiled and linked as a shared library.

Properties

PropertyDescription
buildType
Incubating

The BuildType used to construct this binary.

flavor
Incubating

The flavor that this binary was built with.

sharedLibraryFile
Incubating

The shared library file.

sharedLibraryLinkFile
Incubating

The shared library link file.

targetPlatform
Incubating

The Platform that this binary is targeted to run on.

Property details

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

Note: This property is incubating and may change in a future version of Gradle.

The shared library file.

File sharedLibraryLinkFile

Note: This property is incubating and may change in a future version of Gradle.

The shared library link file.

Platform targetPlatform (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The Platform that this binary is targeted to run on.

Script blocks

No script blocks

Methods

No methods