package saker.android.api.aapt2.compile
public interface Aapt2CompileWorkerTaskOutput
Output of the aapt2 compilation operation.
public CompilationIdentifier | Gets the compilation identifier associated with this operation. |
public NavigableSet< | Gets the paths to the compiled output resources. |
public NavigableMap< | getSDKs() Gets the SDKs that were used as part of the operation. |
Gets the compilation identifier associated with this operation.
The compilation identifier.
Gets the paths to the compiled output resources.
A set of absolute output execution paths.
Gets the SDKs that were used as part of the operation.
The SDKs.