Fix typo in IFastboot.hal.
Bug: N/A Test: N/A Change-Id: I7de7e92c0941607945ce01d5a31bcdec0628512d
This commit is contained in:
parent
25e701b915
commit
9046c8dc8c
2 changed files with 4 additions and 1 deletions
|
@ -836,4 +836,7 @@ fd43298c43f70130c747a642ee43b0c242ac0cebffb377faa24f2725f0aa6caf android.hardwar
|
||||||
ead4ec8713a2cb40906fe31ba793d21a6b1190143c446690d16a6ea686aa2fea android.hardware.tetheroffload.control@1.1::ITetheringOffloadCallback
|
ead4ec8713a2cb40906fe31ba793d21a6b1190143c446690d16a6ea686aa2fea android.hardware.tetheroffload.control@1.1::ITetheringOffloadCallback
|
||||||
e34b4c7bec5e032c14804707ca924dd6b99ed5ba139da7505fe7d698d0fe178f android.hardware.tetheroffload.control@1.1::types
|
e34b4c7bec5e032c14804707ca924dd6b99ed5ba139da7505fe7d698d0fe178f android.hardware.tetheroffload.control@1.1::types
|
||||||
|
|
||||||
|
# ABI preserving changes to HALs during Android T
|
||||||
|
62ace52d9c3ff1f60f94118557a2aaf0b953513e59dcd34d5f94ae28d4c7e780 android.hardware.fastboot@1.0::IFastboot
|
||||||
|
|
||||||
# There should be no more HIDL HALs - please use AIDL instead.
|
# There should be no more HIDL HALs - please use AIDL instead.
|
||||||
|
|
|
@ -33,7 +33,7 @@ interface IFastboot {
|
||||||
/**
|
/**
|
||||||
* Executes a fastboot OEM command.
|
* Executes a fastboot OEM command.
|
||||||
*
|
*
|
||||||
* @param oemCmdArgs The oem command that is passed to the fastboot HAL.
|
* @param oemCmd The oem command that is passed to the fastboot HAL.
|
||||||
* @return result Returns the status SUCCESS if the operation is successful,
|
* @return result Returns the status SUCCESS if the operation is successful,
|
||||||
* INVALID_ARGUMENT for bad arguments,
|
* INVALID_ARGUMENT for bad arguments,
|
||||||
* FAILURE_UNKNOWN for an invalid/unsupported command.
|
* FAILURE_UNKNOWN for an invalid/unsupported command.
|
||||||
|
|
Loading…
Reference in a new issue