add VTS plan for 4.19 GKI

There are tests which should not be run on the 4.19 GKI.

Bug: 159743828
Change-Id: I4dfe4eaa8788c150620510383b42a68abb13fe52
diff --git a/tools/vts-core-tradefed/res/config/vts-gki-4-19.xml b/tools/vts-core-tradefed/res/config/vts-gki-4-19.xml
new file mode 100644
index 0000000..35dccff
--- /dev/null
+++ b/tools/vts-core-tradefed/res/config/vts-gki-4-19.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2020 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<configuration description="Runs all tests in VTS suite compatible with 4.19 GKI">
+    <include name="vts-ccd" />
+    <include name="vts-exclude" />
+
+    <option name="plan" value="vts" />
+    <option name="test-tag" value="vts" />
+
+    <option name="compatibility:exclude-filter" value="FastbootGetvarUserspaceTest" />
+    <option name="compatibility:exclude-filter" value="FastbootVerifyUserspaceTest" />
+</configuration>