saker.android Documentation TaskDoc JavaDoc Packages
public interface StripWorkerTaskOutput
Output of the worker task of invoking the strip tool in the Android NDK.

The interface provides access to the output path of the stripped binary file.

Clients shouldn't implement this interface.

saker.android 0.8.1
Methods
public SakerPath
Gets the output path of the stripped binary.
public abstract SakerPath getPath()
Gets the output path of the stripped binary.
The absolute execution path.