summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-01-08 18:22:07 -0800
committerDavid Anderson <dvander@google.com>2019-01-11 12:41:17 -0800
commitc053b3bfd0e1aed6c24e5f154427d7bebf324557 (patch)
tree4199205d1c5279052b6d32eb04d51c4ce67311d7 /include
parent9e20bdff0377e8f16d0170d0e099ea412e0f282b (diff)
downloadgsid-c053b3bfd0e1aed6c24e5f154427d7bebf324557.tar.gz
Introduce a daemon (gsid) for managing GSI installs.
Bug: 122556707 Test: manual test Change-Id: I96d833f77740e6b791992336e590dd1a089895c9
Diffstat (limited to 'include')
-rw-r--r--include/libgsi/libgsi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libgsi/libgsi.h b/include/libgsi/libgsi.h
index e025c87..705636c 100644
--- a/include/libgsi/libgsi.h
+++ b/include/libgsi/libgsi.h
@@ -21,7 +21,9 @@
namespace android {
namespace gsi {
-static constexpr char kGsiBootedIndicatorFile[] = "/metadata/vold/gsi/booted";
+static constexpr char kGsiServiceName[] = "gsiservice";
+
+static constexpr char kGsiBootedIndicatorFile[] = "/metadata/gsi/booted";
// Returns true if the currently running system image is a live GSI.
bool IsGsiRunning();