mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
Merge "Allow KeyMint tests to pass on devices w/out KeyMint"
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user