Add CtsGpuToolsHostTestCases into presubmit.
Previously we never run CtsGpuToolsHostTestCases in presubmit, to make
sure we don't break the loaders functionality, add those CTS tests into
presubmit.
Bug: b/151266652
Test: atest android.gputools.cts.CtsRootlessGpuDebugHostTest
Change-Id: If7c99211585c6be039c18788c0035a1eff330925
diff --git a/opengl/TEST_MAPPING b/opengl/TEST_MAPPING
new file mode 100644
index 0000000..d391dce
--- /dev/null
+++ b/opengl/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsGpuToolsHostTestCases"
+ }
+ ]
+}