diff options
author | Tianjie Xu <xunchang@google.com> | 2019-04-24 00:26:54 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-04-24 00:26:54 +0200 |
commit | c92f412b8da1fe0887e9ed435897169a6804c1ac (patch) | |
tree | 2a7b0a3b0c141b41d176f67da73f17fecb1b45fd /minadbd/minadbd_services.h | |
parent | Merge changes Ibdb7dd0b,Iafd3e846 (diff) | |
parent | Add test for minadbd (diff) | |
download | android_bootable_recovery-c92f412b8da1fe0887e9ed435897169a6804c1ac.tar android_bootable_recovery-c92f412b8da1fe0887e9ed435897169a6804c1ac.tar.gz android_bootable_recovery-c92f412b8da1fe0887e9ed435897169a6804c1ac.tar.bz2 android_bootable_recovery-c92f412b8da1fe0887e9ed435897169a6804c1ac.tar.lz android_bootable_recovery-c92f412b8da1fe0887e9ed435897169a6804c1ac.tar.xz android_bootable_recovery-c92f412b8da1fe0887e9ed435897169a6804c1ac.tar.zst android_bootable_recovery-c92f412b8da1fe0887e9ed435897169a6804c1ac.zip |
Diffstat (limited to 'minadbd/minadbd_services.h')
-rw-r--r-- | minadbd/minadbd_services.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/minadbd/minadbd_services.h b/minadbd/minadbd_services.h index 20e3410c0..5575c6b8e 100644 --- a/minadbd/minadbd_services.h +++ b/minadbd/minadbd_services.h @@ -16,6 +16,10 @@ #pragma once +#include <string> + void SetMinadbdSocketFd(int socket_fd); void SetMinadbdRescueMode(bool); + +void SetSideloadMountPoint(const std::string& path); |