summaryrefslogtreecommitdiff
path: root/binder_bindings/android
diff options
context:
space:
mode:
Diffstat (limited to 'binder_bindings/android')
-rw-r--r--binder_bindings/android/os/IUpdateEngine.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/binder_bindings/android/os/IUpdateEngine.aidl b/binder_bindings/android/os/IUpdateEngine.aidl
index c9580da4..363cec2c 100644
--- a/binder_bindings/android/os/IUpdateEngine.aidl
+++ b/binder_bindings/android/os/IUpdateEngine.aidl
@@ -71,4 +71,6 @@ interface IUpdateEngine {
* but needs reboot). DEVICE_CORRUPTED for permanent errors.
*/
void cleanupSuccessfulUpdate(IUpdateEngineCallback callback);
+ /** @hide */
+ void setPerformanceMode(in boolean enable);
}