summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd_services.cpp
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2020-03-28 04:37:07 +0100
committerJosh Gao <jmgao@google.com>2020-04-01 02:02:45 +0200
commit22beef1b282301d69987e7bc9144c82f397586b5 (patch)
tree0b214b266265ace285dcef05d741c0b1e433bdf8 /minadbd/minadbd_services.cpp
parentMerge "Add libavb as a dependency" into rvc-dev (diff)
downloadandroid_bootable_recovery-22beef1b282301d69987e7bc9144c82f397586b5.tar
android_bootable_recovery-22beef1b282301d69987e7bc9144c82f397586b5.tar.gz
android_bootable_recovery-22beef1b282301d69987e7bc9144c82f397586b5.tar.bz2
android_bootable_recovery-22beef1b282301d69987e7bc9144c82f397586b5.tar.lz
android_bootable_recovery-22beef1b282301d69987e7bc9144c82f397586b5.tar.xz
android_bootable_recovery-22beef1b282301d69987e7bc9144c82f397586b5.tar.zst
android_bootable_recovery-22beef1b282301d69987e7bc9144c82f397586b5.zip
Diffstat (limited to '')
-rw-r--r--minadbd/minadbd_services.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/minadbd/minadbd_services.cpp b/minadbd/minadbd_services.cpp
index eb91fb3e4..ff91ba931 100644
--- a/minadbd/minadbd_services.cpp
+++ b/minadbd/minadbd_services.cpp
@@ -266,6 +266,10 @@ static void WipeDeviceService(unique_fd fd, const std::string& args) {
}
}
+asocket* daemon_service_to_socket(std::string_view) {
+ return nullptr;
+}
+
unique_fd daemon_service_to_fd(std::string_view name, atransport* /* transport */) {
// Common services that are supported both in sideload and rescue modes.
if (android::base::ConsumePrefix(&name, "reboot:")) {