summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2021-06-03 00:35:41 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-06-03 00:35:41 +0000
commit45f16a5705c1d77ee91fc4c3d17b51e23ff8e412 (patch)
tree54a8a93ccc29c2a0c5f34d40825ae00ea42ef4d7
parent6f87175e16c208b22133c536209858fd6a60cde1 (diff)
parent9046c8dc8c9b1561e7c8e3d876729b1f7bb7e953 (diff)
Merge "Fix typo in IFastboot.hal."
-rw-r--r--current.txt3
-rw-r--r--fastboot/1.0/IFastboot.hal2
2 files changed, 4 insertions, 1 deletions
diff --git a/current.txt b/current.txt
index cd1446d38c..88b067d63f 100644
--- a/current.txt
+++ b/current.txt
@@ -836,4 +836,7 @@ fd43298c43f70130c747a642ee43b0c242ac0cebffb377faa24f2725f0aa6caf android.hardwar
ead4ec8713a2cb40906fe31ba793d21a6b1190143c446690d16a6ea686aa2fea android.hardware.tetheroffload.control@1.1::ITetheringOffloadCallback
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.
diff --git a/fastboot/1.0/IFastboot.hal b/fastboot/1.0/IFastboot.hal
index dce3ad796e..b39061cf58 100644
--- a/fastboot/1.0/IFastboot.hal
+++ b/fastboot/1.0/IFastboot.hal
@@ -33,7 +33,7 @@ interface IFastboot {
/**
* 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,
* INVALID_ARGUMENT for bad arguments,
* FAILURE_UNKNOWN for an invalid/unsupported command.