summaryrefslogtreecommitdiffstats
path: root/adb/services.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-03-16 21:58:32 +0000
committerElliott Hughes <enh@google.com>2015-03-16 20:05:21 -0700
commitec7a66713144a16361724fe88332b28bbf3f4b3c (patch)
tree475c4833e070bab2ec00bfff79500b7f50644ba1 /adb/services.cpp
parentaa9eca2955cebf7d7e6b049750ed088329e615ed (diff)
downloadsystem_core-ec7a66713144a16361724fe88332b28bbf3f4b3c.zip
system_core-ec7a66713144a16361724fe88332b28bbf3f4b3c.tar.gz
system_core-ec7a66713144a16361724fe88332b28bbf3f4b3c.tar.bz2
Revert "Revert "adb: support /oem partition""
This reverts commit 6084a0124f868c7ec43f6c415a27a168f27ff694. The original build breakage is fixed by (a) building the verity code for eng builds as well as userdebug builds and (b) moving the exported remount service functions into a new header file. Change-Id: Ice0c4f97d4db38ab7eb333c7a6e56bbd11123f5b
Diffstat (limited to 'adb/services.cpp')
-rw-r--r--adb/services.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/services.cpp b/adb/services.cpp
index 600eb30..e7bf6b0 100644
--- a/adb/services.cpp
+++ b/adb/services.cpp
@@ -38,6 +38,7 @@
#include "adb.h"
#include "adb_io.h"
#include "file_sync_service.h"
+#include "remount_service.h"
#include "transport.h"
typedef struct stinfo stinfo;