summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-12-05 17:11:34 -0800
committerJosh Gao <jmgao@google.com>2016-12-05 17:38:30 -0800
commit5a1e3fdaf82aee348b1b22992a8c1d15db38413b (patch)
tree8b2b01f82b1f683fecee9b9bcd5a48ee28d6da6c /adb/adb.h
parenta3577e1ac558d83428c492e806549e278e5dc8fb (diff)
downloadsystem_core-5a1e3fdaf82aee348b1b22992a8c1d15db38413b.tar.gz
system_core-5a1e3fdaf82aee348b1b22992a8c1d15db38413b.tar.bz2
system_core-5a1e3fdaf82aee348b1b22992a8c1d15db38413b.zip
Revert "Revert "adb: extend sync protocol's stat support.""
This reverts commit afa4b5d6eb45bbee8671a1bb93ea70506fb326e3. Add functions to translate errno to and from the linux asm-generic values, since mips has different values. Bug: http://b/33058958 Test: python test_device.py with both old and new adbd Change-Id: I1a122235f3e793ed10b3bf3ad293388015134150
Diffstat (limited to 'adb/adb.h')
-rw-r--r--adb/adb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/adb.h b/adb/adb.h
index df59aaaa9..19f09a308 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -51,7 +51,7 @@ constexpr size_t MAX_PAYLOAD = MAX_PAYLOAD_V2;
std::string adb_version();
// Increment this when we want to force users to start a new adb server.
-#define ADB_SERVER_VERSION 37
+#define ADB_SERVER_VERSION 38
class atransport;
struct usb_handle;