diff options
author | Elliott Hughes <enh@google.com> | 2015-03-16 21:58:32 +0000 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-03-16 20:05:21 -0700 |
commit | ec7a66713144a16361724fe88332b28bbf3f4b3c (patch) | |
tree | 475c4833e070bab2ec00bfff79500b7f50644ba1 /adb/adb.h | |
parent | aa9eca2955cebf7d7e6b049750ed088329e615ed (diff) | |
download | system_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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |