diff options
author | 2025-03-05 09:56:50 -0800 | |
---|---|---|
committer | 2025-03-05 09:56:50 -0800 | |
commit | 50c759bfd7ae0606644722a6434359b9aa78ce53 (patch) | |
tree | 1cbfe5752d8b48400fe830bcf62a8d1d70246c4d /aidl | |
parent | 9dec2c850248621fe8d72b07dd5774e10fdfd5a9 (diff) |
Revert "Change the return type in the addUsdInterface AIDL defin..."
Revert submission 32029057-mainline-supplicant-generalize-iface-type
Reason for revert: DroidMonitor: Potential culprit for http://b/400984769 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.
Reverted changes: /q/submissionid:32029057-mainline-supplicant-generalize-iface-type
Change-Id: I3801211195add6b291c92cb357c5dd7b6e1777c7
Diffstat (limited to 'aidl')
-rw-r--r-- | aidl/mainline_supplicant/android/system/wifi/mainline_supplicant/IMainlineSupplicant.aidl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/aidl/mainline_supplicant/android/system/wifi/mainline_supplicant/IMainlineSupplicant.aidl b/aidl/mainline_supplicant/android/system/wifi/mainline_supplicant/IMainlineSupplicant.aidl index 350b3f62b7..4179b06279 100644 --- a/aidl/mainline_supplicant/android/system/wifi/mainline_supplicant/IMainlineSupplicant.aidl +++ b/aidl/mainline_supplicant/android/system/wifi/mainline_supplicant/IMainlineSupplicant.aidl @@ -16,8 +16,6 @@ package android.system.wifi.mainline_supplicant; -import android.system.wifi.mainline_supplicant.IUsdInterface; - /** * Root of the mainline supplicant interface. This is an unstable AIDL interface used * to interact with the supplicant binary stored in the mainline module. @@ -31,7 +29,7 @@ interface IMainlineSupplicant { * |SupplicantStatusCode.FAILURE_UNKNOWN| * |SupplicantStatusCode.FAILURE_ARGS_INVALID| */ - @PropagateAllowBlocking IUsdInterface addUsdInterface(String ifaceName); + void addUsdInterface(String ifaceName); /** * Remove an interface that is being used for USD. |