summaryrefslogtreecommitdiff
path: root/aidl/android/gsi/IGsiService.aidl
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-06 01:10:45 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-06 01:10:45 +0000
commit004dd384b19c962cc23e18c1bfa85cd8d1ac2fa1 (patch)
tree78cadbb95d8ecf7a181d8934e05dc1185ea606b4 /aidl/android/gsi/IGsiService.aidl
parentb8aff82869a936f63bdf4361a9e1016318bc822d (diff)
parent1f83bd3f4e0fdd6fc4dbe7a41f0052ae29598bf6 (diff)
downloadgsid-004dd384b19c962cc23e18c1bfa85cd8d1ac2fa1.tar.gz
Change-Id: Icc5b85c20ab19a16dccd4961cd725387703fafc6
Diffstat (limited to 'aidl/android/gsi/IGsiService.aidl')
-rw-r--r--aidl/android/gsi/IGsiService.aidl6
1 files changed, 4 insertions, 2 deletions
diff --git a/aidl/android/gsi/IGsiService.aidl b/aidl/android/gsi/IGsiService.aidl
index c889987..3b5d6c0 100644
--- a/aidl/android/gsi/IGsiService.aidl
+++ b/aidl/android/gsi/IGsiService.aidl
@@ -74,8 +74,10 @@ interface IGsiService {
boolean commitGsiChunkFromAshmem(long bytes);
/**
- * Complete a GSI installation and mark it as bootable. The caller is
- * responsible for rebooting the device as soon as possible.
+ * Mark a completed DSU installation as bootable. The caller is responsible
+ * for rebooting the device as soon as possible.
+ *
+ * Could leave the installation in "disabled" state if failure.
*
* @param oneShot If true, the GSI will boot once and then disable itself.
* It can still be re-enabled again later with setGsiBootable.