commit | 29814deaa7280604c9699055da81dcd658192e93 | [log] [tgz] |
---|---|---|
author | Dario Freni <dariofreni@google.com> | Thu Oct 04 16:26:40 2018 +0100 |
committer | Dario Freni <dariofreni@google.com> | Tue Oct 23 11:07:16 2018 +0100 |
tree | 4eca421ffeabd1563d62c0992c927d06d1a32c3d | |
parent | 33eb65278338804b9847618e6295f8f29bd4b236 [diff] [blame] |
Accept apex packages as argument. Bug: 112669193 Test: Successfully reaches PackageManager. Doesn't break existing flows. Change-Id: If4a173e290ebf0b70beb97111a6d75400da7ec8d
diff --git a/adb/adb.h b/adb/adb.h index e2911e8..8c37c4b 100644 --- a/adb/adb.h +++ b/adb/adb.h
@@ -59,7 +59,7 @@ 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;