commit | 22cb70bd5a2eebe3e584a2a1850499ec8ad40fb8 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Aug 18 22:00:12 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Fri Aug 19 17:32:50 2016 -0700 |
tree | 9784a650bbae74ea5f0afe733337b0e5e74340e9 | |
parent | 801066a2b8dc1545cba6b6e16218b2f1a806e93d [diff] |
adb: add support for vendor key directories. Allow directories to be specified in ADB_VENDOR_KEYS. On Linux, monitor this directory for new keys to be added. Additionally, deduplicate keys by hashing their public key. Bug: http://b/29273531 Bug: http://b/30927527 Change-Id: I8d3312b216b7f2c11900f2235f1f1b1d1c7aa767 Test: manually tested by adding a key to a directory, and verifying that devices became authorized after replugging.