summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorJosh Gao2018-07-25 18:07:51 -0500
committerJosh Gao2018-07-25 20:08:45 -0500
commit2deb787ee25f202f0a68d7cd7460f922d8cdbf9c (patch)
treeece64eb04b629177dfee2ddc6e80a02785e5bdbd /adb
parent86acb863ff68128e7da050714f69753f2921fa05 (diff)
downloadplatform-system-core-2deb787ee25f202f0a68d7cd7460f922d8cdbf9c.tar.gz
platform-system-core-2deb787ee25f202f0a68d7cd7460f922d8cdbf9c.tar.xz
platform-system-core-2deb787ee25f202f0a68d7cd7460f922d8cdbf9c.zip
adb: move remount_service.h into daemon.
Test: treehugger Change-Id: I1a895d52da2c2ef281d562be778cfe0a01854a4f
Diffstat (limited to 'adb')
-rw-r--r--adb/daemon/remount_service.h (renamed from adb/remount_service.h)0
-rw-r--r--adb/services.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/adb/remount_service.h b/adb/daemon/remount_service.h
index 45821eef2..45821eef2 100644
--- a/adb/remount_service.h
+++ b/adb/daemon/remount_service.h
diff --git a/adb/services.cpp b/adb/services.cpp
index bbb967388..f04960eff 100644
--- a/adb/services.cpp
+++ b/adb/services.cpp
@@ -53,10 +53,10 @@
53#if !ADB_HOST 53#if !ADB_HOST
54#include "daemon/file_sync_service.h" 54#include "daemon/file_sync_service.h"
55#include "daemon/framebuffer_service.h" 55#include "daemon/framebuffer_service.h"
56#include "daemon/remount_service.h"
56#include "daemon/set_verity_enable_state_service.h" 57#include "daemon/set_verity_enable_state_service.h"
57#include "daemon/shell_service.h" 58#include "daemon/shell_service.h"
58#endif 59#endif
59#include "remount_service.h"
60#include "services.h" 60#include "services.h"
61#include "socket_spec.h" 61#include "socket_spec.h"
62#include "sysdeps.h" 62#include "sysdeps.h"