IAbi

public interface IAbi

com.android.tradefed.testtype.IAbi


Interface representing the ABI under test.

Summary

Public methods

abstract String getBitness()
abstract String getName()
abstract ConfigurationDescription.Abi toProto()

Returns the proto representation of the current Abi instance.

Public methods

getBitness

public abstract String getBitness ()

Returns
String The bitness of the ABI (eg. 32, 64).

getName

public abstract String getName ()

Returns
String The name of the ABI.

toProto

public abstract ConfigurationDescription.Abi toProto ()

Returns the proto representation of the current Abi instance.

Returns
ConfigurationDescription.Abi