commit | b789fb14d6106c2f5356a1182b861253f82d7e65 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Oct 24 19:02:14 2019 -0700 |
committer | Joshua Duong <joshuaduong@google.com> | Tue Oct 29 14:58:06 2019 -0700 |
tree | b50267632a5996a85858052225fc0f14318bd972 | |
parent | c9c2f0c8589fba44cd8f4fb589f7fe44e97c5218 [diff] |
Move adbd authentication into its own library. As part of moving adbd into a module, split authentication out into a library with a stable ABI that lives on the system image. Bug: http://b/137798163 Test: for i in `seq 1 100000`; do echo $i; adb wait-for-device shell "su 0 stop; su 0 start; sleep 10"; adb disconnect; done Change-Id: I05e3679598e33c83f8cc4c17208f4f753cbfd5e1