From 6529ceff1b0cadd462c8eb7dca09206cda21b18f Mon Sep 17 00:00:00 2001 From: Tri Vo Date: Mon, 7 Nov 2022 15:53:04 -0800 Subject: [PATCH] Add VtsAidlKeyMintTargetTest to presubmit Bug: 224515306 Test: presubmit Change-Id: Ia90761c5109b217ad0628f621f5952a1c4e07471 --- security/keymint/TEST_MAPPING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/keymint/TEST_MAPPING b/security/keymint/TEST_MAPPING index 9ce5e9bced..4ab60b67a5 100644 --- a/security/keymint/TEST_MAPPING +++ b/security/keymint/TEST_MAPPING @@ -1,5 +1,8 @@ { "presubmit": [ + { + "name": "VtsAidlKeyMintTargetTest" + }, { "name": "VtsHalRemotelyProvisionedComponentTargetTest" }