Add BootImageProfileTest to TEST_MAPPING

Since ART changes can affect the stability of the boot image profile
configuration, we should at least run the presubmit test.

Test: atest --test-mapping art:presubmit
Bug: 139883463
Bug: 143500374

Change-Id: Ia0cc00ccb3f2928e8e8144952666de241a7a7942
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 0c53164..28dab29 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,6 +2,9 @@
   "presubmit": [
     {
       "name": "CtsJdwpTestCases"
+    },
+    {
+      "name": "BootImageProfileTest"
     }
   ]
 }