mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Fix test assumption for KeyMint+RKP integration" am: 86d2173992
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2439538 Change-Id: If5e08fc024eb533907d3820de11da91787f98e50 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1214,7 +1214,7 @@ TEST_P(NewKeyGenerationTest, RsaWithRkpAttestation) {
|
||||
* that has been generated using an associate IRemotelyProvisionedComponent.
|
||||
*/
|
||||
TEST_P(NewKeyGenerationTest, EcdsaWithRkpAttestation) {
|
||||
if (get_vsr_api_level() < 32 || AidlVersion() < 2) {
|
||||
if (get_vsr_api_level() <= 32 || AidlVersion() < 2) {
|
||||
GTEST_SKIP() << "Only required for VSR 12+ and KeyMint 2+";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user