package saker.android.api.aapt2.aar
public interface Aapt2AarCompileWorkerTaskOutput
Output of the AAR aapt2 compilation worker task.
public FileLocation | Gets the file location of the input AAR library that was compiled. |
public FileLocation | Gets the file location of the AndroidManifest.xml file of the AAR. |
public NavigableSet< | Gets the paths to the output compiled resource files. |
public FileLocation | Gets the path to the extracted R.txt file of the AAR. |
Gets the file location of the input AAR library that was compiled.
The file location.
Gets the file location of the AndroidManifest.xml file of the AAR.
The file location
Gets the paths to the output compiled resource files.
A set of absolute execution paths.
Gets the path to the extracted R.txt file of the AAR.
The file location or
null
if the AAR library didn't contain an R.txt file.