UpdateEngineStable: document security difference
This interface is intentionally differentiated from the
update engine interface in more ways than being stable, so
document this.
Fixes: 302761914
Test: N/A
Change-Id: I0ad9458a8258ad9d6cd866a1ec21c7e22161f24f
diff --git a/stable/android/os/IUpdateEngineStable.aidl b/stable/android/os/IUpdateEngineStable.aidl
index b3b6674..5aa15ba 100644
--- a/stable/android/os/IUpdateEngineStable.aidl
+++ b/stable/android/os/IUpdateEngineStable.aidl
@@ -21,6 +21,10 @@
/**
* The stable interface exposed by the update engine daemon.
+ *
+ * WARNING: this interface exposes less capabilities than IUpdateEngine,
+ * for instance, not having a cancel method. This is relied on for
+ * security.
*/
interface IUpdateEngineStable {
/**