Merge "Skip known VTS failures on vendor code till U" into main
This commit is contained in:
commit
87e6b60eb3
1 changed files with 1 additions and 1 deletions
|
@ -841,7 +841,7 @@ void KeyMintAidlTestBase::CheckEncryptOneByteAtATime(BlockMode block_mode, const
|
|||
int vendor_api_level = property_get_int32("ro.vendor.api_level", 0);
|
||||
if (SecLevel() == SecurityLevel::STRONGBOX) {
|
||||
// This is known to be broken on older vendor implementations.
|
||||
if (vendor_api_level < __ANDROID_API_T__) {
|
||||
if (vendor_api_level <= __ANDROID_API_U__) {
|
||||
compare_output = false;
|
||||
} else {
|
||||
additional_information = " (b/194134359) ";
|
||||
|
|
Loading…
Reference in a new issue