aboutsummaryrefslogtreecommitdiff
path: root/adb.h
diff options
context:
space:
mode:
authorDario Freni <dariofreni@google.com>2018-10-04 16:26:40 +0100
committerDario Freni <dariofreni@google.com>2018-10-23 11:07:16 +0100
commitdcb4c36a40d8a30e28b3aee431bb6dea8fa98346 (patch)
tree0907238c3b3b64f797beada51d2691e1b09e1452 /adb.h
parentf1d4b42a6a1253355ff844c69e70d982170639b9 (diff)
downloadadb-dcb4c36a40d8a30e28b3aee431bb6dea8fa98346.tar.gz
Accept apex packages as argument.
Bug: 112669193 Test: Successfully reaches PackageManager. Doesn't break existing flows. Change-Id: If4a173e290ebf0b70beb97111a6d75400da7ec8d
Diffstat (limited to 'adb.h')
-rw-r--r--adb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb.h b/adb.h
index e2911e81..8c37c4bb 100644
--- a/adb.h
+++ b/adb.h
@@ -59,7 +59,7 @@ constexpr size_t LINUX_MAX_SOCKET_SIZE = 4194304;
std::string adb_version();
// Increment this when we want to force users to start a new adb server.
-#define ADB_SERVER_VERSION 40
+#define ADB_SERVER_VERSION 41
using TransportId = uint64_t;
class atransport;