mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 13:49:45 +00:00
Merge "Allow KeyMint tests to pass on devices w/out KeyMint" am: d7f1c1d638
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1662901 Change-Id: I9ab8ff2be49db4e2946e74e6dfd7c196bd4687dd
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