commit | 2346a4c6b9d18209ddebeb327853bafe08e0162b | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Jul 28 12:10:05 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 28 12:10:05 2021 +0000 |
tree | 243ad410072d0b691c45ab2bd2ffac0a9f65f465 | |
parent | 6305e23cd8c8338cecc0a8d8470a143bc1f5925b [diff] | |
parent | 27f77fefd71e486e72c9dc4150dc316de13a9153 [diff] |
Merge "Remove ndk_platform backend. Use the ndk backend."
diff --git a/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp b/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp index af951e8..38f3586 100644 --- a/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp +++ b/security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp
@@ -41,6 +41,7 @@ namespace { #define INSTANTIATE_REM_PROV_AIDL_TEST(name) \ + GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(name); \ INSTANTIATE_TEST_SUITE_P( \ PerInstance, name, \ testing::ValuesIn(VtsRemotelyProvisionedComponentTests::build_params()), \