summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
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/adb.h
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/adb.h')
-rw-r--r--adb/adb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/adb/adb.h b/adb/adb.h
index 1aeac6b..749515c 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -298,9 +298,6 @@ int handle_forward_request(const char* service, transport_type ttype, char* seri
#if !ADB_HOST
void framebuffer_service(int fd, void *cookie);
-// Allow enable-verity to write to system and vendor block devices
-int make_block_device_writable(const char* dev);
-void remount_service(int fd, void *cookie);
void set_verity_enabled_state_service(int fd, void* cookie);
#endif