summaryrefslogtreecommitdiff
path: root/gsi_service.h
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 /gsi_service.h
parentb8aff82869a936f63bdf4361a9e1016318bc822d (diff)
parent1f83bd3f4e0fdd6fc4dbe7a41f0052ae29598bf6 (diff)
downloadgsid-android-13.0.0_r6.tar.gz
Change-Id: Icc5b85c20ab19a16dccd4961cd725387703fafc6
Diffstat (limited to 'gsi_service.h')
-rw-r--r--gsi_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsi_service.h b/gsi_service.h
index 0ec7620..c50c101 100644
--- a/gsi_service.h
+++ b/gsi_service.h
@@ -92,8 +92,8 @@ class GsiService : public BinderService<GsiService>, public BnGsiService {
GsiService();
static int ValidateInstallParams(std::string& install_dir);
+ int EnableGsi(bool one_shot, const std::string& dsu_slot);
bool DisableGsiInstall();
- int ReenableGsi(bool one_shot);
static void CleanCorruptedInstallation();
static int SaveInstallation(const std::string&);
static bool IsInstallationComplete(const std::string&);