Add VulkanPreTransformTest into presubmit tests

VulkanPreTransformTest is a integration test which can be affected by
libgui, SurfaceFlinger and libvulkan changes. So this test is enabled at
top level for the frameworks/native project.

Bug: 151266652
Test: check VulkanPreTransformTest run in presubmit
Change-Id: I917e0eab847d78bc3776a4d8e679dcbc3706f0eb
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 8173c89..5db44c7 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -58,6 +58,14 @@
     },
     {
       "name": "libsurfaceflinger_unittest"
+    },
+    {
+      "name": "CtsGraphicsTestCases",
+      "options": [
+        {
+          "include-filter": "android.graphics.cts.VulkanPreTransformTest"
+        }
+      ]
     }
   ]
 }