Interface ObjectFilesToBinary

All Superinterfaces:
Comparable<Task>, ExtensionAware, Task
All Known Implementing Classes:
AbstractLinkTask, CreateStaticLibrary, LinkExecutable, LinkMachOBundle, LinkSharedLibrary

@Incubating public interface ObjectFilesToBinary extends Task
A task that combines a set of object files into a single binary.
  • Method Details

    • source

      void source(Object source)
      Adds a set of object files to be combined into the file binary. The provided source object is evaluated as per Project.files(Object...).