commit | ef28ca4cdcf2e0ce3d357592625e1f2606b67027 | [log] [tgz] |
---|---|---|
author | Joshua Duong <joshuaduong@google.com> | Thu Dec 19 16:36:30 2019 -0800 |
committer | Joshua Duong <joshuaduong@google.com> | Tue Feb 11 20:49:20 2020 -0800 |
tree | eb7b066118d9d846a79e4d4e7788fb50f6b28789 | |
parent | 9e96e710670de7dc3abb2de7c681908ea823fc53 [diff] [blame] |
Move adb RSA utilities into its own library. Since both the client and daemon will now be generating keys. BUG: b/111434128 Test: atest adb_crypto_test Change-Id: I6fac562ae5629ab30b6639fbd88d822dae6e96bd
diff --git a/TEST_MAPPING b/TEST_MAPPING index d6945e3..0ec505d 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING
@@ -4,6 +4,12 @@ "name": "adbd_test" }, { + "name": "adb_crypto_test" + }, + { + "name": "adb_tls_connection_test" + }, + { "name": "CtsInitTestCases" }, {