summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Bires <jbires@google.com>2021-06-03 00:16:06 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-06-03 00:16:06 +0000
commit09c9ab7c9a2bc4b2ecb21728be9e186827775847 (patch)
tree6459340754184961f38b998c2da20b9a09a827d1
parent60039f7fe96f0f8d1e0138e84dc1c1e4e6b90c38 (diff)
parentf884283cd6bebe61c7d745b561e3beb194cd6948 (diff)
Merge "Fixing tests to reflect change in CDDL" into sc-dev
-rw-r--r--security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp b/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp
index a2071c2c38..a177317297 100644
--- a/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp
+++ b/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp
@@ -340,6 +340,7 @@ class CertificateRequestTest : public VtsRemotelyProvisionedComponentTests {
cppbor::Array() // SignedMacAad
.add(challenge_)
.add(std::move(deviceInfoMap))
+ .add(keysToSignMac)
.encode());
ASSERT_TRUE(macKey) << macKey.message();