Merge "identity: add TEST_MAPPING file to run CTS, VTS, and unit tests in presubmit." am: ae33614d00 am: 16454f9854

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1650507

Change-Id: Ibd7be61e57309cceec85c1de7f4dd7f075bd2502
diff --git a/identity/TEST_MAPPING b/identity/TEST_MAPPING
new file mode 100644
index 0000000..f35f4b7
--- /dev/null
+++ b/identity/TEST_MAPPING
@@ -0,0 +1,13 @@
+{
+  "presubmit": [
+    {
+      "name": "CtsIdentityTestCases"
+    },
+    {
+      "name": "VtsHalIdentityTargetTest"
+    },
+    {
+      "name": "android.hardware.identity-support-lib-test"
+    }
+  ]
+}