Merge "Allow KeyMint tests to pass on devices w/out KeyMint"
This commit is contained in:
commit
d7f1c1d638
1 changed files with 2 additions and 1 deletions
|
@ -284,7 +284,8 @@ AuthorizationSet SwEnforcedAuthorizations(const vector<KeyCharacteristics>& key_
|
|||
#define INSTANTIATE_KEYMINT_AIDL_TEST(name) \
|
||||
INSTANTIATE_TEST_SUITE_P(PerInstance, name, \
|
||||
testing::ValuesIn(KeyMintAidlTestBase::build_params()), \
|
||||
::android::PrintInstanceNameToString)
|
||||
::android::PrintInstanceNameToString); \
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(name);
|
||||
|
||||
} // namespace test
|
||||
|
||||
|
|
Loading…
Reference in a new issue