summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd_services.cpp
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2020-04-01 06:34:50 +0200
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-01 06:34:50 +0200
commit9267225df0fa238b7d8222474ca73a6212dbb4eb (patch)
tree7bc6309c1a82848031f33529c5fc91126f5caa52 /minadbd/minadbd_services.cpp
parentMerge "Add libavb as a dependency" into rvc-dev am: 94ca355137 (diff)
parentminadbd: statically link libadbd. (diff)
downloadandroid_bootable_recovery-9267225df0fa238b7d8222474ca73a6212dbb4eb.tar
android_bootable_recovery-9267225df0fa238b7d8222474ca73a6212dbb4eb.tar.gz
android_bootable_recovery-9267225df0fa238b7d8222474ca73a6212dbb4eb.tar.bz2
android_bootable_recovery-9267225df0fa238b7d8222474ca73a6212dbb4eb.tar.lz
android_bootable_recovery-9267225df0fa238b7d8222474ca73a6212dbb4eb.tar.xz
android_bootable_recovery-9267225df0fa238b7d8222474ca73a6212dbb4eb.tar.zst
android_bootable_recovery-9267225df0fa238b7d8222474ca73a6212dbb4eb.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:")) {