mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 05:56:34 +00:00
Add command to read fastboot variable 'variant' am: 338b0c70ef
am: afe3390b9f
Change-Id: Iadcdfae2f5108a1717a3455d84b72c609da1690f
This commit is contained in:
@@ -39,4 +39,15 @@ interface IFastboot {
|
||||
* FAILURE_UNKNOWN for an invalid/unsupported command.
|
||||
*/
|
||||
doOemCommand(string oemCmd) generates (Result result);
|
||||
|
||||
/**
|
||||
* Returns an OEM-defined string indicating the variant of the device, for
|
||||
* example, US and ROW.
|
||||
*
|
||||
* @response variant Indicates the device variant.
|
||||
* @response result Returns the status SUCCESS if the operation is successful,
|
||||
* FAILURE_UNKNOWN otherwise.
|
||||
*/
|
||||
getVariant() generates (string variant, Result result);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user