diff options
author | David Drysdale <drysdale@google.com> | 2021-04-30 16:38:38 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-04-30 16:38:38 +0000 |
commit | b5ee70f12558a7d4c25b35757647d0cd740526d8 (patch) | |
tree | eae8368664ec855614317da6f733b178f04b2f97 /security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp | |
parent | 3b2b180a29600885ddd3ff342bb4dddf0cd471f4 (diff) | |
parent | bb3d85eaa4c8564ea864df2dd5abea8c585e0408 (diff) |
Merge "Test for patchlevels and too much entropy"
Diffstat (limited to 'security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp')
-rw-r--r-- | security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp index 80bd057dfa..f0dfff11a0 100644 --- a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp +++ b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.cpp @@ -170,6 +170,7 @@ void KeyMintAidlTestBase::InitializeKeyMint(std::shared_ptr<IKeyMintDevice> keyM os_version_ = getOsVersion(); os_patch_level_ = getOsPatchlevel(); + vendor_patch_level_ = getVendorPatchlevel(); } void KeyMintAidlTestBase::SetUp() { |