Merge "adb: bump the server version to 36."

This commit is contained in:
Josh Gao 2016-04-18 20:05:42 +00:00 committed by Gerrit Code Review
commit 3009b7cbe0

View file

@ -50,7 +50,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 35
#define ADB_SERVER_VERSION 36
class atransport;
struct usb_handle;