commit | 09c9ab7c9a2bc4b2ecb21728be9e186827775847 | [log] [tgz] |
---|---|---|
author | Max Bires <jbires@google.com> | Thu Jun 03 00:16:06 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 03 00:16:06 2021 +0000 |
tree | 6459340754184961f38b998c2da20b9a09a827d1 | |
parent | 60039f7fe96f0f8d1e0138e84dc1c1e4e6b90c38 [diff] | |
parent | f884283cd6bebe61c7d745b561e3beb194cd6948 [diff] |
Merge "Fixing tests to reflect change in CDDL" into sc-dev
diff --git a/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp b/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp index a2071c2..a177317 100644 --- a/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp +++ b/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp
@@ -340,6 +340,7 @@ cppbor::Array() // SignedMacAad .add(challenge_) .add(std::move(deviceInfoMap)) + .add(keysToSignMac) .encode()); ASSERT_TRUE(macKey) << macKey.message();