commit | 0aeb50500c76ea67d6f452907f5503d590e81a54 | [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 | 7af06d2576a40c285709531d28043542696ee002 | |
parent | e23e0914ff602f9f9de823b9890a9b83be6e11ec [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