commit | a9ebcd24e10a55281e208b14ba5a2dbf58dfb99e | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Mon Mar 06 14:39:18 2023 -0800 |
committer | Tri Vo <trong@google.com> | Thu Mar 09 16:09:03 2023 -0800 |
tree | f7f14503cd649b47b78741a42800378fc4146318 | |
parent | 59473cad8b0f21eaf582343fd9496cfd156e6c2c [diff] [blame] |
Add helper library to get remotely provisioned key The code is mostly from credstore. The intention here is that we replace that code with a common library. Test: librkp_support_test Change-Id: I28ebc5a253c037277dad6d39b761b4e8aa4347e8
diff --git a/provisioner/support/TEST_MAPPING b/provisioner/support/TEST_MAPPING new file mode 100644 index 0000000..fc30104 --- /dev/null +++ b/provisioner/support/TEST_MAPPING
@@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "librkp_support_test" + } + ] +}