Add ComposHostTestCases to art's presubmit

Bug: 199301284
Test: TH
Change-Id: I48ac0c969370e6da4f8b5c54fcb91921e298e692
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 6470ace..bd8c702 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1198,6 +1198,9 @@
       "name": "ArtServiceTests"
     },
     {
+      "name": "ComposHostTestCases"
+    },
+    {
       "name": "art-run-test-001-HelloWorld"
     },
     {
diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files
index 00ab588..eac5f73 100755
--- a/test/utils/regen-test-files
+++ b/test/utils/regen-test-files
@@ -661,6 +661,7 @@
         "CtsJdwpTestCases",
         "BootImageProfileTest",
         "ArtServiceTests",
+        "ComposHostTestCases",
     ]
     presubmit_run_tests = run_test_module_names[0:num_presubmit_run_tests]
     presubmit_tests = other_presubmit_tests + presubmit_run_tests + art_gtest_module_names