Translates Assembly language source files into object files.
Constructor and description |
---|
Assemble
() |
Type | Name and description |
---|---|
void |
assemble() |
List<String> |
getAssemblerArgs() Additional arguments to provide to the assembler. |
File |
getObjectFileDir() The directory where object files will be generated. |
String |
getOutputType() |
FileCollection |
getSource() |
NativePlatform |
getTargetPlatform() The platform being targeted. |
NativeToolChain |
getToolChain() The tool chain being used to build. |
void |
setAssemblerArgs(List<String> assemblerArgs) |
void |
setObjectFileDir(File objectFileDir) |
void |
setTargetPlatform(NativePlatform targetPlatform) |
void |
setToolChain(NativeToolChain toolChain) |
void |
source(Object sourceFiles) Adds a set of assembler sources files to be translated. |
The directory where object files will be generated.
The platform being targeted.
The tool chain being used to build.
Adds a set of assembler sources files to be translated. The provided sourceFiles object is evaluated as per Project.files.
Gradle API 2.2-20140924021627+0000