Merge "adb: bump the server version to 36."
am: 3009b7c
* commit '3009b7cbe017e0d6f87d31b52a32bdc8fa77b095':
adb: bump the server version to 36.
Change-Id: I60a8d01fa2da411d1417d186bb93941ceed33418
This commit is contained in:
commit
a0b5c62525
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue