commit | 7eeda6ba0307e70d977b7d1303270b5f25425db3 | [log] [tgz] |
---|---|---|
author | Michael Groover <mpgroover@google.com> | Thu Apr 25 18:33:35 2019 -0700 |
committer | Michael Groover <mpgroover@google.com> | Thu May 09 16:05:40 2019 -0700 |
tree | ab28d0b85a2dd88da9a2d461e6175b09a5ec1277 | |
parent | 664193a62e55e016d8dd7cf3eb8453c772f0fff4 [diff] [blame] |
Notify the framework when an adb key is authorized Bug: 124076524 Test: atest AdbDebuggingManagerTest Change-Id: If73b81ca73ba4d64763cf49c1bbe42de81fa1cb6
diff --git a/adb/transport.h b/adb/transport.h index f4490ed..3473ca2 100644 --- a/adb/transport.h +++ b/adb/transport.h
@@ -274,6 +274,9 @@ std::string device; std::string devpath; + // Used to provide the key to the framework. + std::string auth_key; + bool IsTcpDevice() const { return type == kTransportLocal; } #if ADB_HOST