API Documentation: | Assemble |
---|
Note: This class is incubating and may change in a future version of Gradle.
Translates Assembly language source files into object files.
Property | Description |
assemblerArgs | Incubating Additional arguments to provide to the assembler. |
objectFileDir | Incubating The directory where object files will be generated. |
Method | Description |
source(sourceFiles) | Incubating Adds a set of assembler sources files to be translated.
The provided sourceFiles object is evaluated as per |
Note: This property is incubating and may change in a future version of Gradle.
Additional arguments to provide to the assembler.
File
objectFileDir
Note: This property is incubating and may change in a future version of Gradle.
The directory where object files will be generated.
void
source
(Object
sourceFiles)
Note: This method is incubating and may change in a future version of Gradle.
Adds a set of assembler sources files to be translated.
The provided sourceFiles object is evaluated as per Project.files()
.