Extracts a given entry from .aar files.
The task will take an AAR archive file as input and extract the specified entries. The extracted files can be used as an input to other tasks.
Summary
Parameters
Aliases:
Input
Required parameter.
The input AAR to extract the entries from.Required parameter.
Path of the entry that should be extracted from the specified AAR.
The path should be a forward relative and represent a file or directory in the archive.
If it's a directory, all entries under that will be extracted.