From 269057bd7827a52b50ae914b9935c5cb1ca54ff8 Mon Sep 17 00:00:00 2001 From: Tri Vo Date: Thu, 27 Oct 2022 14:16:36 -0700 Subject: [PATCH] Add TEST_MAPPING config Test: atest VtsHalRemotelyProvisionedComponentTargetTest Change-Id: Ia190f6c91a4312cc06a525fcbe0e2c5ba6975013 --- security/keymint/TEST_MAPPING | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 security/keymint/TEST_MAPPING diff --git a/security/keymint/TEST_MAPPING b/security/keymint/TEST_MAPPING new file mode 100644 index 0000000000..9ce5e9bced --- /dev/null +++ b/security/keymint/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "VtsHalRemotelyProvisionedComponentTargetTest" + } + ] +}