commit | 801066a2b8dc1545cba6b6e16218b2f1a806e93d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 29 17:42:01 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Aug 11 13:53:18 2016 -0700 |
tree | 8e34de3e43363904ffe0f4b7a9dd8ff761a3c803 | |
parent | 8ac4599bd63e30677e393281ebd360aa4110a915 [diff] |
Clean up key handling in adb. This includes the locking we need to be able to re-load the keys at runtime. We should rename "adb_auth_client.cpp" to "adb_auth_adbd.cpp" or "adbd_auth.cpp" in a later change. Change-Id: I9e1d5b6b7d0497d6f6e5d9c4fb660118cdff05a8 Test: "adb devices" works against a non-AOSP device with $ADB_VENDOR_KEYS set, says "unauthorized" without. Bug: http://b/29273531