diff options
author | Tao Bao <tbao@google.com> | 2019-04-19 00:10:24 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-04-19 00:10:24 +0200 |
commit | df739f4835cfac9c39c10d3fa781f64a21f25616 (patch) | |
tree | 65fbe4882887f69bc6089c87467c75807a662a16 /minadbd/minadbd_services.h | |
parent | [automerger skipped] Import translations. DO NOT MERGE (diff) | |
parent | Merge "Allow entering rescue mode via recovery UI." (diff) | |
download | android_bootable_recovery-df739f4835cfac9c39c10d3fa781f64a21f25616.tar android_bootable_recovery-df739f4835cfac9c39c10d3fa781f64a21f25616.tar.gz android_bootable_recovery-df739f4835cfac9c39c10d3fa781f64a21f25616.tar.bz2 android_bootable_recovery-df739f4835cfac9c39c10d3fa781f64a21f25616.tar.lz android_bootable_recovery-df739f4835cfac9c39c10d3fa781f64a21f25616.tar.xz android_bootable_recovery-df739f4835cfac9c39c10d3fa781f64a21f25616.tar.zst android_bootable_recovery-df739f4835cfac9c39c10d3fa781f64a21f25616.zip |
Diffstat (limited to 'minadbd/minadbd_services.h')
-rw-r--r-- | minadbd/minadbd_services.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minadbd/minadbd_services.h b/minadbd/minadbd_services.h index 6835bd770..20e3410c0 100644 --- a/minadbd/minadbd_services.h +++ b/minadbd/minadbd_services.h @@ -17,3 +17,5 @@ #pragma once void SetMinadbdSocketFd(int socket_fd); + +void SetMinadbdRescueMode(bool); |